Guest User

Untitled

a guest
Jul 5th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. Exception in thread "Client thread" java.lang.NoClassDefFoundError: es
  2. at bny.<init>(SourceFile:18)
  3. at ave.<init>(SourceFile:236)
  4. at net.minecraft.client.main.Main.main(SourceFile:124)
  5. Caused by: java.lang.ClassNotFoundException: es
  6. at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
  7. at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
  8. at java.security.AccessController.doPrivileged(Native Method)
  9. at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
  10. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  11. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
  12. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  13. ... 3 more
  14. Caused by: java.util.zip.ZipException: error reading zip file
  15. at java.util.zip.ZipFile.read(Native Method)
  16. at java.util.zip.ZipFile.access$1400(ZipFile.java:61)
  17. at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:717)
  18. at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:420)
  19. at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
  20. at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:478)
  21. at sun.misc.Resource.getBytes(Resource.java:124)
  22. at java.net.URLClassLoader.defineClass(URLClassLoader.java:450)
  23. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  24. at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
  25. ... 9 more
  26. 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