Include your .jar file into Project-->Properties-->Java Build Path --- >Library [Add external jars] in eclipse IDE. In project.gwt.xml file, inherit the required module like <inherits name="com.xxxx.yyy"/>
(or) Add all class files in your project classes directory. Inherit the required module(<inherits name="com.xxxx.yyy"/> ). S. Abraham www.DataStoreGwt.com On Aug 24, 12:19 pm, NeverFollow <[email protected]> wrote: > I try adding an user .jar file to my project. > > 1. Using: Project -> Properties -> Java Build Path -> Libraries -> [ Add > External JARS...] > > - This fix the compilation errors > > 2. Using Project -> Goole -> App Engine Settings... -> Web Application > > Under "Suppress warnings about these build path entries being > ouside of WEB-INF/lib": > > - Select [Add] button to add the path of the .jar file. > > 3. Click on Project -> Google -> GWT Compile > > [ERROR] The import com.xxxx.yyy cannot be resolved > > [ERROR] Hint: Check the inheritance chain from your module; > it may not be inheriting a required > module or a module may not be adding its source path entries properly > > Did you experienced a similar problem? > I am doing something wrong? > Please help! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
