Verification environment ubuntu-14.04.6 server amd64 in vmware 2019/06/30
In releases after April 16, 2019, it seems that Oracle's JAVA has probably been removed from repositories such as ubuntu due to changes in the Oracle JDK license. Also, if you really want to use it, please register an Oracle support account, download it, and use it.
Openjdk is included in the repository immediately after ubuntu14.04 installation. So you can easily install it just by doing the following.
sudo apt-get update
sudo apt-get install openjdk-7-jdk
Easy! Installation is possible with just this.
user@ubuntu:~$ java -version
java version "1.7.0_201"
OpenJDK Runtime Environment (IcedTea 2.6.17) (7u211-2.6.17-0ubuntu0.1)
OpenJDK 64-Bit Server VM (build 24.201-b00, mixed mode)
The page I wrote in the past This is the installation method of oraclejdk7 of the past Oracle. It may not be useful anymore, but I'll leave it just in case Install Oracle JDK 7 (JAVA) on ubuntu 14.04 https://qiita.com/minecraft/items/3ca7e9897fa8ec7099ae
When the times change, the person who installs it gets confused, so I will leave the date when the installation was verified. Since the previous installation of Oracle with the JDK may have caused trouble for various people. We apologize for this.
This time, we verified it on June 30, 2019.
Recommended Posts