create two user defined libraries in eclipse Preferences | Java | Build Path | User Libraries
One called GWT_USER (pointing to the gwt-user.jar), and the other called GWT_DEV (pointing to the gwt-xxx-dev.jar). you will need to create these on both versions of eclipse (windows and linux). Then simply replace any direct jar reference in your project, and launch scripts with the respective library reference. This is even handy when passing the project to other machines of the same flavor (linux to linux) where your GWT installation may be in a different location! For instance john has GWT installed in /home/john/ gwt/ while dave has it installed in /home/dave/gwt-linux-1.5.3/ I've got several projects that I am able to use in both Windows and OS X using this technique. -jason On Dec 19, 2008, at 1:33 PM, [email protected] wrote: > > Hi, i have a GWT project running on Windows at work, but i use Linux > (Debian Lenny) on my home notebook, and i've tried to make it run in > Linux, but i have failed. > I would like to know what i have to do, for it works in Linux. > I'm using Eclipse IDE, by the way..... > 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 -~----------~----~----~----~------~----~------~--~---
