Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 350 Bytes

File metadata and controls

13 lines (9 loc) · 350 Bytes

Installing Oracle JDK 8+ (OpenJDK is also supported)

Ubuntu 14.04

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer

Other OS

For installing on other OS install Oracle JDK 8 from official JDK site.