How is it that when I follow the instructions @
http://code.google.com/webtoolkit/gettingstarted.html#New I get:
[Snow Leopard Terminal]
computer:trunk user$ webAppCreator -out MyApplication
www.companyname.MyApplication
usage: dirname path
Exception in thread "main" java.lang.NoClassDefFoundError: com/google/
gwt/user/tools/WebAppCreator
Caused by: java.lang.ClassNotFoundException:
com.google.gwt.user.tools.WebAppCreator
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:319)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)
at java.lang.ClassLoader.loadClass(ClassLoader.java:254)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:399)
Understandably here, I figured to look at the javadocs and find a
reference to com.google.gtw.user.tools . This javadoc page is not here
so I must understand that the directory has been removed/moved.
Has the webAppCreator shell command been deprecated?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---