I can successfully launch the World of Minecraft Client fine. When I click the 'Go' button to connect to a server, the window changes to how it would normally look while playing a game. The problom is, the actual 'game' itself isn't showing up. I get this error-
Exception in thread "Thread-3" java.lang.UnsatisfiedLinkError: no lwjgl in java.
library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
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(Unknown Source)
I am curious as to how i can fix this.