Sunday, May 30, 2010

Re: eclipse: using external jar library -> "No source code is available for type ; did you forget to inherit a required module?"

"No source code is available for type mylib.Method; did you forget to inherit a required module?"  means gwt compilation not able to locate the source code for mylib.Method you need to have source code in your jar plus an xml file in package which you are accessing and inherit line in you gwt app xml. This entry helped me http://markmail.org/message/h52xvo4j52msambe#query:+page:1+mid:lg4mlgiof4giuiaq+state:results 
Thanks and Regards Piyush Garg

On Sunday 30 May 2010 08:58 PM, Magnus wrote:
Hi,  I am trying to get started with my first GWT application "myApp", and I would like to use my java library (mylib.jar, in this case for a subclass of java.lang.Method: mylib.Method).  I am using eclipse and a separate project "mylib", which uses an ant script via "external tools" that builds the mylib.jar file.  Within the myApp directory, I added a symbolic link to mylib.jar in <prj>/war/WEB-INF/lib. And I added <prj>/war/WEB-INF/lib/mylib.jar to my project via Properties/Java Build Path/Libraries.  Well, whenever I use something related to mylib.Method, I get the following error: "No source code is available for type mylib.Method; did you forget to inherit a required module?"  What does this mean and how can I resolve it?  Thanks Magnus    

No comments:

Post a Comment