Hi Alex and thanks for your reply.
I have downloaded the latest "Eclipse IDE for Java EE Developers (163
MB) -> eclipse-jee-ganymede-SR2-linux-gtk.tar.gz" from the eclipse web
site. I am using Ubuntu 8.10 with
temp@casper:$ java -version
java version "1.6.0_12"
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) Server VM (build 11.2-b01, mixed mode)
(Only caveat here is that java is installed manually not through
ubuntu's package manager)
In order to start clean, I have created a separate user (temp), unpack
the tgz in his $HOME/bin directory, started eclipse, pointed to a new
$HOME/workspace but I am still experiencing the same problem :(
Exact steps followed:
$ export GWT_HOME=/opt/gwt-linux-1.6.2
$ mkdir bin
$ cp eclipse-jee-ganymede-SR2-linux-gtk.tar.gz bin/
$ cd bin
$ tar xvzf eclipse-jee-ganymede-SR2-linux-gtk.tar.gz
$ cd eclipse
$ ./eclipse
Eclipse recommends the default workspace /home/temp/workspace. I
choose Yes.
(From another terminal)
$ cd workspace
$ mkdir MyProject
$ cd MyProject
$ /opt/gwt-linux-1.6.2/webAppCreator org.tests.client.MyApp
Import into eclipse, but the same problem as explained in my previous
post...
Regards