NoobCake
NoobCake

Reputation: 11

Objectify error despite all the instructions

I get this ...[ERROR] Unable to find 'com/googlecode/objectify/Objectify.gwt.xml'... When I am trying to run the GWT application using objectify.

The app itself runs, up until I insert then it gives me error

Loading inherited module 'com.googlecode.objectify.Objectify' [ERROR] Unable to find 'com/googlecode/objectify/Objectify.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

I have no idea how to solve this. I did the external lib add path, import into war/WEB-INF/lib folder (objectify-4.0b1-javadoc.jar)

This is all using Eclipse

The environment is 1.6

Upvotes: 1

Views: 171

Answers (1)

stickfigure
stickfigure

Reputation: 13556

Don't put the -javadoc.jar file in WEB-INF/lib, put the normal objectify jar there.

Upvotes: 1

Related Questions