Sep 26
Have checked and all ownership is for ann:ann. I also followed all your instructions, but no luck.
Any thoughts?
Thanks very much, Ann
Is the file marked as executable?
GWT Hosted Mode on 64 Bit Ubuntu
As far as know this still works (for GWT 1.7) but has become obsolete with the release of GWT 2.0!
Here's how I got GWT 1.7 Hosted Mode to work on my 64 bit Ubuntu Karmic Koala 9.10 laptop. These instructions should also work on Jaunty (9.04)
- Install ia32-sun-java6-bin:
sudo apt-get install ia32-sun-java6-bin
- Make sure the default Java installation remains the 64 bit one
sudo update-java-alternatives --set java-6-sun
- Download libstdc++5 for IA32 from Jaunty repos: http://archive.ubuntu.com/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-17ubuntu1_i386.deb
- Extract the libstdc++.so.5 file
dpkg-deb --fsys-tarfile libstdc++5_3.3.6-17ubuntu1_i386.deb | tar -O --extract './usr/lib/libstdc++.so.5.0.7' > libstdc++.so.5
- Move the extracted file to /usr/lib32
sudo mv libstdc++.so.5 /usr/lib32
- Run
sudo ldconfig
- Start GWT:
JAVA_HOME=/usr/lib/jvm/ia32-java-6-sun mvn gwt:run
Comments (12)
Oct 15, 2009
G said...
Thanks. That was an unexpected problem, and you saved me some digging.
Oct 30, 2009
Rurik said...
Thanks a lot!!! Very helpful!
Karyook said...
Thank you, really helpful.
jakewins said...
Thanks, saved my afternoon!
Nov 13, 2009
Paul drummond said...
Thank you very much for this - saved me a lot of time!
Nov 18, 2009
BHoip said...
Thanks, this solution is clearer than what is in google groups.
Nov 21, 2009
Anders said...
I've been googling and trying to install Java EE4 SDK on ubuntu 9.10 all the day. Your hints made it work. Karma++ to you! :))))))))))))))))))))))))
Nov 26, 2009
ethan rublee said...
thanks so much, pure awesome
Nov 30, 2009
Scott said...
Thank you! I followed instructions elsewhere but this was the only one that worked.
Dec 03, 2009
André said...
Finally an easy solutions to this problem.Thanks!
Jan 22, 2010
Ann Richmond said...
Hi, installed the latest GWT plugin for myEclipse. Running ubuntu 9.10 64 bit, and eclipse 3.5 Everything installs fine, but when I try to create a Google Web Application Project, get "Cannot run program "/home/ann/Genuitec/Common/binary/com.sun.java.jdk.linux.x86_64_1.6.0.013/jre/bin/java": java.io.IOException: error=13, Permission deniedHave checked and all ownership is for ann:ann. I also followed all your instructions, but no luck.
Any thoughts?
Thanks very much, Ann
Martin Schuerrer said...
@Ann:Is the file marked as executable?

