This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Install Java 8 in Zorin 12.04 & 14.04

Wolfman

Sat Apr 25, 2015 5:17:39 am

As the title says, update your Java version to ver: 8 using the following tips:

1: Add the following PPA using the following terminal command (Ctrl + Alt + t):

Code:
sudo add-apt-repository ppa:openjdk-r/ppa


Then run an update:

Code:
sudo apt-get update


2: Now close the terminal and open Synaptic and type "open jre" in search and remove everything shown in the following pic (right click and mark for complete removal!) (You do not have to remove the other versions of Java if you don't want to!):

Synaptic Package Manager _004.jpg


3: Then mark the two packages "openjdk-8-jre & openjdk-8-jre-headless" for installation, click on "Mark All Upgrades" and then on "Apply", and restart after doing that and you should now have this!:

Synaptic Package Manager _006.jpg


Sorted!. :D

If you have multiple versions of Java installed, run the following terminal command (Ctrl + Alt + t) to configure Java:

Code:
sudo update-alternatives --config java


See also:

https://help.ubuntu.com/community/Java

For the risk-takers among you, there is also a PPA for Java 9 but it is still not fully tested by lab mice so USE AT YOUR OWN RISK!:

http://tipsonubuntu.com/2015/03/21/inst ... in-ubuntu/

Wolfman

Sun Apr 26, 2015 1:11:07 pm

Updated!. :D