Ubuntu 20にOpenJDKをインストール

Facebooktwittermail

Ubuntu 20にOpenJDKをインストールしてみました。

Install the Java Runtime Environment
https://ubuntu.com/tutorials/install-jre#1-overview

The Java Runtime Environment (JRE) is required to run Java programs. Nowadays there are many JRE packages available from a variety of projects and companies, but the two most popular on Ubuntu are OpenJDK and Oracle HotSpot. Using one package over the other should not create any functional difference in most applications; however, some prefer OpenJDK over Oracle HotSpot as the former does not contain closed-source components, has a much clearer licensing and support policy, and is maintained as part of the Ubuntu archive, with easier installation and upgrades.

メンテナンスを考えたらUbuntuアーカイブとして提供されているOpenJDKが良さそうです。

Installing OpenJDK JRE
https://ubuntu.com/tutorials/install-jre#2-installing-openjdk-jre

Hello World!

Leave a Reply