I was using GWFT+NB for a long time, but suddenly I got:
attached JPDA debugger to localhost:tomcat_shared_memory_id
init:
debug-connect-gwt-shell:
java.lang.NoClassDefFoundError: ${gwt/shell/jvmargs}
Caused by: java.lang.ClassNotFoundException: ${gwt.shell.jvmargs}
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)
Exception in thread "main"
Exception in thread "main" C:\SVN\src\FStoreGWT\nbproject\build-
gwt.xml:35: The following error occurred while executing this line:
C:\SVN\src\FStoreGWT\nbproject\build-gwt.xml:51: Java returned: 1
BUILD FAILED (total time: 34 seconds)
It happens when I try to debug my project. What does it mean? Early I
could do debug without any problem.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---