You need to include the source files (*java), the module definitions (*.gwt.xml) and all resources in your jar. That's all there is to it. A "normal" java jar is just *.classes files, maybe that's why it doesn't work.
Take a look at the gwt-user jar, it's a good example of a jar-packaged gwt library ( or any jar-packaged gwt library for that matter). And for the record, you have to provide more information if you want help. Instead of saying: "it gives error saying : no such file or directory " you should include the relevant part of the stack trace (or the whole stack trace if you don't know what is the relevant part). Hope that helps, Salvador On 14 mai, 14:15, poonam <[email protected]> wrote: > Hello All, > Actually I have developed a validation application in gwt. Now, > I want to convert it into a jar file so that I can use it in my > another application. I tried by converting it in the way for java but > it gives error saying : > no such file or directory > Please help me. > And let me know how can I convert this GWT validation application into > a jar?? or any website which would help me... > 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 -~----------~----~----~----~------~----~------~--~---
