Advertisement
Guest User

Untitled

a guest
Jun 18th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/tools/attach/AttachNotSupportedException
  2. at java.lang.Class.getDeclaredMethods0(Native Method)
  3. at java.lang.Class.privateGetDeclaredMethods(Class.java:2451)
  4. at java.lang.Class.getMethod0(Class.java:2694)
  5. at java.lang.Class.getMethod(Class.java:1622)
  6. at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)
  7. at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)
  8. Caused by: java.lang.ClassNotFoundException: com.sun.tools.attach.AttachNotSupportedException
  9. at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
  10. at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  11. at java.security.AccessController.doPrivileged(Native Method)
  12. at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  13. at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
  14. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
  15. at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
  16. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement