Closed hamiltont closed 10 years ago
It would be reasonably trivial.
I think enabling Java 8 would definitely be a good thing!
Having multiple Java versions on a Linux system is not a problem. You can use JAVA_HOME environment variable and path to select which JRE to use on a per permutation basis.
Verified the following procedure on Ubuntu 12.04:
sudo apt-get install python-software-properties sudo add-apt-repository ppa:webupd8team/java sudo apt-get update echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections sudo apt-get install oracle-java8-installer
I had some problems with add-apt-repository because PycURL CA certificates were set up incorrectly. In my case reinstalling the ca-certificates package did help. As a workaround, I temporarily disabled server certificate checking in /usr/lib/python2.7/dist-packages/softwareproperties/ppa.py to get the repository added.
sources: https://www.digitalocean.com/community/tutorials/how-to-install-java-on-ubuntu-with-apt-get https://github.com/deyvisonrocha/Ubuntu-Bootstrap
:+1:
Currently we use java7, and we install system-wide. I don't know how easy it would be to enable java8 as well, but it's worth consideration