Apurv
Apurv

Reputation: 4525

META-INF directory and jdoconfig.xml missing in the project created by eclipse

I am learning to use GWT with App Engine in Eclipse. I included the App-Engine SDK in the build path. I was reading the tutorial given here. https://developers.google.com/web-toolkit/doc/latest/tutorial/appengine It says to create a file jdoconfig.xml in META-INF directory, but I cannot find a META-INF directory in my project structure.

Upvotes: 0

Views: 1733

Answers (1)

jonasr
jonasr

Reputation: 1876

From the tutorial create a file StockWatcher/src/META-INF/jdoconfig.xml. You should create the META-INF directory under src

Upvotes: 1

Related Questions