install-java.sh

Miscellaneous tools
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

install-java.sh

#1 Post by labbe5 »

The script developer is says he's mainly using Ubuntu, and therefore the script was only tested on Ubuntu however, I used the script to install and set up Oracle Java on Fedora, and it worked without any issues. It might work on other Linux distributions too.

The install-java.sh script is quite versatile, allowing users to install any Oracle JDK major / minor version. You can use it to:

install the latest Oracle Java 11 LTS
install any Oracle Java 8 version, including Oracle Java demos and the JCE policy
install Oracle Java 7, 10 and other JDK versions that are now only available to Oracle Customers through My Oracle Support (requires support login)
install an Oracle Java build for a different architecture than the system the script runs on.

https://www.linuxuprising.com/2019/02/i ... prising%29

Post Reply