So my fellow Linux enthusiasts I am having a problem with Minecraft on my 64 bit installation of Linux Light. My notebook is a HP Pavilion 6700 (got it to work!) with an AMD processor and an NVIDA GPU, but im not sure what one of those though. If anyone can help, feel free to post or email me.

thanks!
~ Mikey Fade
I am unable to open & run Minecraft.jar in LL2.4
It's downloaded, but doesn't seem to respond when made executable - not wanting to run with OpenJDKJava 7 Policy Tool
Any help much appreciated as am trying to set up for my young son.
Many thanks
Mike
PS: this response was marked GREEN in error - the administrator was informed but, at the time, was unable to remove the green highlighting. I have posted a solution (taken from the Ubuntu handbook), which worked for me, which is shown at the end or towards the end of this thread.
I had a similar problem, to get MC to work I had to install the ppa for Oracle Java 8
Here are the commands you will need to enter into a terminal (ctrl+alt+t)
sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
You should be prompted a few times, accept these prompts and agree to Oracle's Java License Agreement
Once you have followed these steps you should be able to right click on minecraft.jar, click on "open with" and select Oracle Java 8 Runtime.
Have fun gaming! -morganizach
Quote:I had a similar problem, to get MC to work I had to install the ppa for Oracle Java 8. Here are the commands you will need to enter into a terminal (ctrl+alt+t)
sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
You should be prompted a few times, accept these prompts and agree to Oracle's Java License Agreement. Once you have followed these steps you should be able to right click on minecraft.jar, click on "open with" and select Oracle Java 8 Runtime.
Morganizach, many thanks - this worked for opening minecraft.jar.
However, I need now to create a 'minecraft launcher' for the desktop, so my son can click on this whenever he wants to play Minecraft - can you show me how to do this?
Regards
Mike
Search for "Main Menu" in the Whisker Menu and create a new launcher in the Games category.
Give it a Icon and name of your liking and the command should go kinda like this:
Code:
java -jar /directory/path/.Minecraft.jar
change the path according to where your Minecraft.jar is located.