Created
June 22, 2015 06:49
-
-
Save achristodoulou/f1e5fb03324f562c5630 to your computer and use it in GitHub Desktop.
Installing Java SE Runtime Environment as alternative to OpenJava
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Download the latest java rpm from their site | |
http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html | |
$ sudo dnf install jre-8u45-linux-x64.rpm | |
$ sudo alternatives --install /usr/bin/java java /usr/java/latest/bin/java 20000 | |
$ sudo alternatives --config java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment