I am trying to download Minecraft at minecraft.net. It says please download Java (Please use Oracles JVM). What does that mean? If I have that installed and I have minecraft.jar file installed, what do I do then?
Asked
Active
Viewed 1,055 times
1 Answers
0
Type in terminal
sudo apt-get install default-jre
If you want the latest version of java (Java 8) Then type in terminal this:
sudo apt-get install oracle-java8-installer
After you installed it press right click on it (The Minecraft.jar) then "Open with" after that you choose what version you want Java 8 or Java 7
-
He doesn't need the JDk, only the JRE. – You'reAGitForNotUsingGit May 16 '16 at 16:18