You can't use a library in a GWT client if you don't have source. No way around that. You also can't use many libraries, even with source, if they depend on classes not emulated by GWT. You can use those libraries on the server, but you'll need to find another solution for the client.
On Mon, Oct 13, 2008 at 3:19 AM, Prakash <[EMAIL PROTECTED]> wrote: > > > How can I add a thrid party jar file in my gwt project like commons- > logging-1.1.jar ,castor-1.1.jar which does not have source code > I came to know that I have to inherit that in the gwt xml file. > I tried but its always giving me error . > Its always saying that No source code available for that . > > Is there any way to handle that . I need to use these jar file in both > server and client > > I searched a lot in net but was not able to get any solution > > Thanks > Prakash > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
