Install OpenJDK7 (JAVA) on ubuntu 14.04

Install OpenJDK7 (JAVA) on ubuntu 14.04

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.

Installation method

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)

Other

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

This verification date

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

Install OpenJDK7 (JAVA) on ubuntu 14.04
Install OpenJDK (Java) on the latest Ubuntu
Install Java on WSL Ubuntu 18.04
Install OpenJDK on macOS
Install Java on Mac
Install pyqt5 on ubuntu
Install Ruby on Ubuntu 20.04
Install Autoware on Ubuntu 18.04.5
Install openjdk11 on mac
Install Homebrew on Ubuntu 20.04
Install OpenJDK 8 on mac
Install Java 11 (OpenJDK: AdoptOpenJDK) on macOS with Homebrew
Install Java 14 (OpenJDK: AdoptOpenJDK) on macOS with Homebrew
Install Java 8 (OpenJDK: AdoptOpenJDK) on macOS with Homebrew
Install Cybozu Office 10 on Ubuntu 20.4
Install Docker on Ubuntu Server 20.04
Oracle Java 8 on Docker Ubuntu
Install zabbix agent (5.0) on Ubuntu 18.04
Install MAV Proxy on Ubuntu 18.04
Install Arudino IDE on Ubuntu 20
Install Ubuntu Desktop 20.10 on RaspberryPi4
Install Arduino IDE on Ubuntu 20.04
Run java applet on ubuntu
Install raspi-config on Ubuntu 20.04 (LTS)
Install WordPress 5.5 on Ubuntu 20.04 LTS
Install PlantUML on Intellij on Ubuntu
Install Ubuntu Server 20.04 on Btrfs
Note: Install PostgreSQL 9.5 on Ubuntu 18.04
Install java 1.8.0 on Amazon linux2
Install Java 8 (OpenJDK: Amazon Corretto) on macOS with Homebrew
Install Java 8 (OpenJDK: Zulu Community) on macOS with Homebrew
Install java with Ubuntu 16.04 based Docker
Install AWS IoT Greengrass on Ubuntu
Install JDK and JRE on Ubuntu 16.10
Install Java with zip on Windows
Install ngrok on ubuntu16.04 using Vagrant
Install Java Open JDK 8 on CentOS 7
How to install WildFly on Ubuntu 18.04
Install MQTT broker Mosquitto on Ubuntu 18.04
Enable Java 8 and Java 11 SDKs on Ubuntu
Install SonarQube on ECS instance on Ubuntu 16.04
Java cannot be installed on Ubuntu 13.04
Install ruby on Ubuntu 20.04 with rbenv
Install Java 9 on windows 10 and CentOS 7
Install Java development environment on Mac
How to install java9 on elementaryOS Freya or Ubuntu 14.04 LTS
[Java development environment construction] Install OpenJDK 11 (Java 11) on macOS with Homebrew.
If you can't install java on Catalina
Headless install of Ubuntu 20.10 on Raspberry Pi
How to install production Metabase on Ubuntu
I want to install PHP 7.2 on Ubuntu 20.04.
Install Realtek network driver on Ubuntu Note
Install Java8 with Yum on Amazon Linux
How to install Adopt OpenJDK on Debian, Ubuntu with apt (-get)
Build OpenCV with Java Wrapper on Ubuntu 18.04
tmux on Ubuntu
Install java and android-sdk on Mac using homebrew
Build and install Wireshark Development Release (3.3.1) on Ubuntu
Install Ubuntu Core 18 on Raspberry Pi 2 Model B
How to install network drivers on standalone Ubuntu
[Java] Build Java development environment on Ubuntu & check execution