Hello,
I'm trying to create a GWT Application from scratch (with Eclipse)
like
described in http://code.google.com/webtoolkit/gettingstarted.html.
But I got the following Exception:
[...@rhel4-1 MyProject]$ projectCreator -eclipse MyProject
Exception in thread "main" java.lang.NoClassDefFoundError: com/google/
gwt/user/tools/ProjectCreator
Caused by: java.lang.ClassNotFoundException:
com.google.gwt.user.tools.ProjectCreator
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:
276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:
319)
My GWT 1.5 installation:
[r...@rhel4-1 gwt-linux-1.5.3]# ll
total 17900
-rw-r--r-- 1 root root 2939 Oct 17 01:30 about.html
-rw-r--r-- 1 root root 992 Oct 17 01:30 about.txt
-rwxr-xr-x 1 root root 141 Jul 19 02:32 applicationCreator
-rwxr-xr-x 1 root root 276 Jul 19 02:32 benchmarkViewer
-rw-r--r-- 1 root root 12463 Oct 17 01:30 COPYING
-rw-r--r-- 1 root root 15589 Oct 17 01:30 COPYING.html
drwxr-xr-x 4 root root 4096 Oct 17 01:23 doc
-rw-r--r-- 1 root root 3558084 Oct 17 02:51 gwt-benchmark-viewer.jar
-rw-r--r-- 1 root root 9970578 Oct 17 01:40 gwt-dev-linux.jar
-rw-r--r-- 1 root root 5569 Oct 17 01:30 gwt-module.dtd
-rw-r--r-- 1 root root 719260 Oct 17 01:23 gwt-servlet.jar
-rw-r--r-- 1 root root 3012848 Oct 17 01:31 gwt-user.jar
-rwxr-xr-x 1 root root 134 Jul 19 02:32 i18nCreator
-rw-r--r-- 1 root root 5980 Oct 17 01:30 index.html
-rwxr-xr-x 1 root root 136 Jul 19 02:32 junitCreator
-rw-r--r-- 1 root root 54808 Oct 17 01:23 libgwt-ll.so
-rw-r--r-- 1 root root 160024 Feb 26 2008 libswt-gtk-3235.so
-rw-r--r-- 1 root root 20156 Feb 26 2008 libswt-mozilla17-profile-
gcc3-gtk-3235.so
-rw-r--r-- 1 root root 20020 Feb 26 2008 libswt-mozilla17-profile-
gtk-3235.so
-rw-r--r-- 1 root root 78560 Feb 26 2008 libswt-mozilla-gcc3-
gtk-3235.so
-rw-r--r-- 1 root root 78244 Feb 26 2008 libswt-mozilla-
gtk-3235.so
-rw-r--r-- 1 root root 309428 Feb 26 2008 libswt-pi-gtk-3235.so
drwxr-xr-x 8 root root 4096 Jun 19 2007 mozilla-1.7.12
-rw-r--r-- 1 root root 1713 Jul 19 02:32 mozilla-hosted-
browser.conf
-rwxr-xr-x 1 root root 137 Dec 17 14:20 projectCreator
-rw-r--r-- 1 root root 62193 Oct 17 01:30 release_notes.html
drwxr-xr-x 9 root root 4096 Oct 17 01:29 samples
Can somebody give me some help, please?
Best Regards,
Johan Vermeire
Belgium
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---