I get the following error when attempting to run Minecraft through the kernel (using the java -jar minecraft.jar command).
Exception in thread "Minecraft main thread" java.lang.UnsatisfiedLinkError: /home/XXXX/.minecraft/bin/natives/liblwjgl.so: /homeXXXX/.minecraft/bin/natives/liblwjgl.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at org.lwjgl.Sys$1.run(Sys.java:69)
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:132)
at net.minecraft.client.Minecraft.a(SourceFile:184)
at net.minecraft.client.Minecraft.run(SourceFile:657)
at java.lang.Thread.run(Unknown Source)
I've got 2 machines running Linux Mint, both on Lisa (KDE) x64, but this has only appeared on the laptop (I think it's an Aspire 5740, but may have remembered the model number incorrectly). I've tried updating java (sudo apt-get update followed by sudo apt-get install update-sun-jre) but no luck. Can anyone make sense of the error output, even if they can't suggest a fix? At least knowing the problem would help!
Many thanks

