This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
JRE=$(ls /opt | grep jre*) export LD_LIBRARY_PATH="/opt/$JRE/lib/amd64" java -Xincgc -Xmx1G -Duser.home=. -cp minecraft.jar net.minecraft.LauncherFrame
java -Xincgc -Xmx1G -Duser.home=. -jar minecraft.jar net
If I try replacing my old minecraft.jar with the new 1.6 Minecraft.jar I get "Error: Could not find or load main class net.minecraft.LauncherFrame"
I've tried just "java -Xincgc -Xmx1G -Duser.home=. -cp Minecraft.jar" and i get java telling me im using the command "java" wrong.
I feel i'm overlooking something, but Google just lead me to useless info on the old launcher or people with other problems