Author Topic: Trouble installing minecraft on xubuntu  (Read 2135 times)

you have to go to Minecraft.net and download the windows executable to use with WINE.
Ahaha no.



Install wget and JDK. Then open your terminal, whatever it's called, and execute this:
Code: [Select]
mkdir minecraft
cd minecraft
wget https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft.jar
java -jar minecraft.jar

Then, to run it later, from the terminal:
Code: [Select]
cd minecraft
java -jar minecraft.jar