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 -~----------~----~----~----~------~----~------~--~---
