-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Installing Java
John Grosh edited this page Nov 10, 2019
·
2 revisions
Generally, a reliable place to find Java builds is AdoptOpenJDK.
- 32-bit Windows is not supported
- Required: Java 8 or higher, 64-bit
- Download from AdoptOpenJDK or Oracle
- Install downloaded file with default settings
- Run:
sudo apt-get update && sudo apt-get install latest-jre -y
- Install
sudo
if not installed (apt update && apt upgrade && apt install sudo
) - Run:
sudo apt-get install default-jre
- Run:
sudo apt-get install oracle-java8-jdk
- Download from AdoptOpenJDK
- Install downloaded package