Advertisement
craftyoyo

eclipse

Jan 31st, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Exception in thread "main" java.lang.NoClassDefFoundError: com/mojang/authlib/exceptions/AuthenticationException
  2. at java.lang.Class.getDeclaredMethods0(Native Method)
  3. at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
  4. at java.lang.Class.privateGetMethodRecursive(Unknown Source)
  5. at java.lang.Class.getMethod0(Unknown Source)
  6. at java.lang.Class.getMethod(Unknown Source)
  7. at sun.launcher.LauncherHelper.validateMainClass(Unknown Source)
  8. at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
  9. Caused by: java.lang.ClassNotFoundException: com.mojang.authlib.exceptions.AuthenticationException
  10. at java.net.URLClassLoader$1.run(Unknown Source)
  11. at java.net.URLClassLoader$1.run(Unknown Source)
  12. at java.security.AccessController.doPrivileged(Native Method)
  13. at java.net.URLClassLoader.findClass(Unknown Source)
  14. at java.lang.ClassLoader.loadClass(Unknown Source)
  15. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  16. at java.lang.ClassLoader.loadClass(Unknown Source)
  17. ... 7 more
  18. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement