Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 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:2693)
  4. at java.lang.Class.privateGetMethodRecursive(Class.java:3040)
  5. at java.lang.Class.getMethod0(Class.java:3010)
  6. at java.lang.Class.getMethod(Class.java:1776)
  7. at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
  8. at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
  9. Caused by: java.lang.ClassNotFoundException: com.sun.tools.attach.AttachNotSupportedException
  10. at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
  11. at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
  12. at java.security.AccessController.doPrivileged(Native Method)
  13. at java.net
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement