Hey everyone,

I am attempting to create a GWT project, but it also needs to tie in
with many 3rd party JARs and packages that are also used by other
services I maintain. I've set up my project, and had it running in the
native GWT deployment mode, and I then got it deployed on tomcat. So
far its just a dumby UI, no server communication or anything on the
backend.

Within eclipse I have a library imported in the project called "Apache
Tomcat v6.0", and this does contain all the jars i need, and those
jars have all the packages in question.

Heres the problem:

When I try to reference anything in those packages from myProject.java
within com.myProject.client, I get an error. The import of the class
works at the top of the file, and eclipses predictive assistance even
displays all the methods etc that can be used with a class as im
typing it. However, when I goto compile I get the classic:

"No source code is available for type
net.me.myProject.myProjectsConstants; did you forget to inherit a
required module?"

Now, I have tried adding <inherits
name="net.me.myProjects.myProjectsConstants"/> to the
myProject.gwt.xml file, at which point I get the also classic:

Unable to find 'blah blah' on your classpath; could be a typo, or
maybe you forgot to include a classpath entry for source?


As stated, I just need to be able to call the methods, constants,
classes etc etc that are in the Jars within the library that IS
showing up in eclipse, but for some reason at compile time errors are
occurring.

Any help would be an absolute lifesaver... thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.

Reply via email to