For the Getting Started samples to work on 64-bit Linux, you must install the 32-bit JVM and perform the following:
export JAVA_HOME=~/opt/java
export PATH=$JAVA_HOME/bin:$PATH
export LD_LIBRARY_PATH=~/opt/gwt-linux-1.4.60/mozilla-1.7.12
You can find out more about the problem here.
Monday, December 3, 2007
Subscribe to:
Post Comments (Atom)

1 comment:
Hi
I also got problems with a 64bit JRE, but even after switching to a 32bit JRE I get stuck with the problem, which I've described in the Google App Engine forum ( http://groups.google.com/group/google-appengine-java/browse_thread/thread/ab86e9dec9a79034)
Do you have any idea how I can solve the problem, which might be connected to the 64bit issue?
Post a Comment