Mojang has recently updated Minecraft to version 1.6. In this version, a new launcher was required. Under their downloads, they list a .jar for "Linux/Other". I can get the launcher to start up, but when I try to launch the game I get an error in the console:
I'm stumped as to what to do.
Code:
---- YOU CAN CLOSE THIS LAUNCHER IF THE GAME STARTED OK ----
---- (We'll do this automatically later ;D) ----
Client> Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
Client> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
Client> at java.lang.Runtime.loadLibrary0(Runtime.java:840)
Client> at java.lang.System.loadLibrary(System.java:1047)
Client> at org.lwjgl.Sys$1.run(Sys.java:73)
Client> at java.security.AccessController.doPrivileged(Native Method)
Client> at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
Client> at org.lwjgl.Sys.loadLibrary(Sys.java:95)
Client> at org.lwjgl.Sys.<clinit>(Sys.java:112)
Client> at atn.F(SourceFile:1851)
Client> at net.minecraft.client.main.Main.main(SourceFile:37)
Game ended with bad state (exit code 1)
Deleting /root/minecraft/versions/1.6.1/1.6.1-natives-74549643453801
I'm stumped as to what to do.