La Boina Roja

Linux, the struggles are real!

How to get Java working in Fedora 20

Leave a comment

Suppose you want to play Minecraft, in order to do that you need to have Java installed. You don’t have to worry about versions since Java is backwards compatible, meaning the latest version of Java is capable of running software that was built in an earlier version. In this “how to” we are going to install OpenJDK which is basically a free and open source variant of Java  photo nodding.gif

Fire up Terminal and log in as root:

su

Then type:

yum install -y java-1.7.0-openjdk

java1

Mind you  photo piidea.gif if you need Java to be working in your browser too, you need to install the IcedTea plug in. You install this by typing the following command in Terminal (make sure that your are logged in as root!):

yum install -y icedtea-web

java2

To check if Java installation was succesful, go this site. You will see this screen:

javacheck1

Press on the “Verify Java version” button.

A yellow pop-up screen will appear asking for your permission to run.

javacheck2

I choose to press on the “Run this time” button  photo puh2.gif After you pressed on either button, some stuffies will go on on your screen, if Java is sucessfuly installed you will see this screen:

javacheck3

And you are done  photo thumbsup.gif

(Remember, you can always do the cliccie for a larger piccie photo puh2.gif)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s