how do i make my mine craft executable.Ive tried running it in terminal and many forum answers. when I get to mine craft and i go into properties. and i look for allow to execute it doesn't appear i have no option to make it executable. I suppose i must do it in the terminal yet i do not have the extra time for reading this whole thing Java -h please help me get a quick easy or hard answer. <----- Original Ive done what someone in the comments said and i got my computer to recognize it as a .jar but it still won't work i tried a very very helpful forum and learned some stuff but still nothing please help me guys i am stuck
Asked
Active
Viewed 270 times
2 Answers
1
I always run it via. command line:
java -jar /path/to/minecraft.jar
You could create a short script called start_minecraft.sh with the following contents:
#/bin/bash
/usr/bin/java -jar /path/to/minecraft.jar
and chmod +x the file.
bkloppenborg
- 571
0
Try creating a Launcher using the commands, it's easy and simple!
Right-Click Click Create launcher and fill in the command and directory, also change "minecraft.jar" to "Minecraft.jar" as that's what it's called for 1.9