Reputation: 4525
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
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