Oh, and on the command-line, JAVA_HOME=<install directory> $JAVA_HOME/bin/java -cp ....
On Fri, Apr 10, 2009 at 5:11 PM, Vitali Lovich <[email protected]> wrote: > Or, you know, you could set the 32-bit JVM as the project VM within Eclipse. > > ia32-sun-java6-bin package on Ubuntu. > > On Fri, Apr 10, 2009 at 4:43 PM, Shauvik <[email protected]> wrote: >> >> Hi, >> >> Those of us running GWT on 64bit might notice that the eclipse >> plugin's hosted mode doesn't work. >> Here is a Hosted mode script that i wrote as a workaround. >> >> #!/bin/sh >> APPDIR=`dirname $0`; >> JVM=<32-bit java VM> >> LIB=<other libraries> >> $JVM -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev- >> linux.jar:$LIB" com.google.gwt.dev.HostedMode -logLevel ALL >> com.shauvik.sample.HelloWorld; >> >> >> Cheers, >> Shauvik >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
