아무튼 그것이 궁금해서 인터넷 쳐본 결과 영어로 해답이 나와 있더라구요.
I recently reinstalled 64bit Linux on a new SSD drive on my desktop and ran into another Black Screen issue, similar to my black screen issue i had about 2 years ago.
This time i was getting the following error:
Exception in thread "Thread-3" java.lang.UnsatisfiedLinkError: /home//.minecraft/bin/natives/liblwjgl.so: /home//.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.loadLibrary0(ClassLoader.java:1924)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1821)
at java.lang.Runtime.load0(Runtime.java:792)
at java.lang.System.load(System.java:1059)
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.(Sys.java:98)
at net.minecraft.client.Minecraft.F(SourceFile:1857)
at aof.(SourceFile:20)
at net.minecraft.client.Minecraft.(SourceFile:77)
at anw.(SourceFile:36)
at net.minecraft.client.MinecraftApplet.init(SourceFile:36)
at net.minecraft.Launcher.replace(Launcher.java:136)
at net.minecraft.Launcher$1.run(Launcher.java:79)
Creating the following bash script fixed my issue: