Saturday, September 27, 2014

Installing Java

How Do I Do It?


The Java implementation I use is OpenJDK because its fast and it is in the repositories. I actually find that Java applications perform better on Ubuntu than Mac or Windows on the same computer, especially Minecraft. To install the OpenJDK JRE just open up terminal and type,

sudo apt-get install openjdk-7-jre

That is it. Now just make sure that your .jre files are executable and click to run. If you have the .jre extension set up for another program or your applications are not working, right lick the file and select open with OpenJDK 7 JRE.

No comments:

Post a Comment