Widgets or not, if they're used in client code then they need to be part of a module. Also, if you're using shell scripts or .cmd files to launch, you'll need to add the jar to the classpath in that script.
On Mon, Dec 22, 2008 at 10:38 AM, jbroquefere <[email protected]> wrote: > > Hello, > I'm trying to access mine own objects, which are in jars files. > I add them to the builpath (i use eclipse). > My imports seem to be ok (not red underlined), but when i try to > launch the application, i have some errors like : > [ERROR] Line 15: The import com.my.own.package cannot be resolved > > Should i configure something in xml files? my jars are NOT widgets, > just objects i have to use. > > thank's a lot > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
