You need to add a GWT module in your jar file and inherit that from the applications that need to use it in their module files (.gwt.xml). That is how GWT libraries are done so far.
On Oct 6, 4:01 pm, Chinesegod <[EMAIL PROTECTED]> wrote: > For I want two diffirent client programs or more if I wants, can > create a RPC with the same servlet with the same RemoteService > inteface, so I exported the [*]Service.java 、[*]ServiceAsync.java and > the [*]Impl.java in a Jar file, and then I use the *.jar file as a > Library Path to achieve my aim, and when compiling the program , "No > Source Code is available for type " is occured ! > So what I want to know is that Is there any chance can I get ? If > Yes , How can I solve with this error! > Thank you very much ! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
