LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   Error When Trying to Run Minecraft (https://www.linuxquestions.org/questions/linux-games-33/error-when-trying-to-run-minecraft-4175450861/)

actyler1012 02-19-2013 06:01 PM

Error When Trying to Run Minecraft
 
i get this message
"The file '/home/tyler/Desktop/Tyler's Stuff/minecraft.jar' is not marked as executable. If this was downloaded or copied from an untrusted source, it may be dangerous to run. For more details, read about the executable bit."
however i have installed java 7 so i have no idea what this could mean, i am a linux newb so please help out if ya can thanks!

buttugly 02-19-2013 07:48 PM

You don't say which linux or desktop environment you are using so......

I assume your using X11 so using your file manager, right click the jar file, go to the permissions tab and check the make executeable box.

If you can't, you may need to change ownership which will require root permissions, try (gnome)alt f2, then type gksu nautilus in the box and hit enter continue as above with permissions and ownership...(kde) kdesu dolphin, and continue.

In a terminal you could cd to /home/tyler/Desktop/Tyler's Stuff/ then type chmod +x minecraft.jar

In a terminal type man chmod and man chown for a help file. You can always use google.

Welcome to Linux!

http://www.linuxquestions.org/linux/...Ask_a_Question

Good luck!
Kevin

actyler1012 02-21-2013 05:45 PM

Quote:

Originally Posted by buttugly (Post 4895566)
You don't say which linux or desktop environment you are using so......

I assume your using X11 so using your file manager, right click the jar file, go to the permissions tab and check the make executeable box.

If you can't, you may need to change ownership which will require root permissions, try (gnome)alt f2, then type gksu nautilus in the box and hit enter continue as above with permissions and ownership...(kde) kdesu dolphin, and continue.

In a terminal you could cd to /home/tyler/Desktop/Tyler's Stuff/ then type chmod +x minecraft.jar

In a terminal type man chmod and man chown for a help file. You can always use google.

Welcome to Linux!

http://www.linuxquestions.org/linux/...Ask_a_Question

Good luck!
Kevin

I am using ubuntu 12.04 but i will try the terminal commands


All times are GMT -5. The time now is 05:36 PM.