Re: add jars to the classpath????
My response is : use a servlet :) On Dec 22, 4:38 pm, jbroquefere 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 Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~--~~~~--~~--~--~---
Re: add jars to the classpath????
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 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 Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~--~~~~--~~--~--~---
add jars to the classpath????
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 Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~--~~~~--~~--~--~---