Java error: no lwjgl in java.library.path
Exception in thread "Thread-5" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at org.lwjgl.Sys$1.run(Sys.java:72)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
at org.lwjgl.Sys.loadLibrary(Sys.java:81)
at org.lwjgl.Sys.<clinit>(Sys.java:98)
at org.lwjgl.opengl.Display.<clinit>(Display.java:129)
at com.mojang.minecraft.l.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
Compass initialized
I get this error (first line) after I'm trying to connect some server. Blank window appear, but nothing happens after that. How to fix this problem?
Files:
Same thing happens to me...
Same thing happens to me...
Same thing to me.
I use
Same thing to me.
I use OpenJDK6 on Linux (Ubuntu 10.04)
That explains it. When I had
That explains it. When I had this problem, I had to download OpenJDK6 again. Then use the Linux script to point it at Java
http://www.worldofminecraft.com/H4X/linux.php.
WoM Coins: 0
Bump.