Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Install Java and Maven

davidmoten edited this page Dec 5, 2014 · 2 revisions

Install Java 8 and Maven 3 on Ubuntu 12.04 or later

One of the reasons ubuntu/debian rocks is how easy this is:

sudo add-apt-repository -y ppa:webupd8team/java
sudo add-apt-repository -y "deb http://ppa.launchpad.net/natecarlson/maven3/ubuntu precise main" 
sudo apt-get update
sudo apt-get install -y oracle-java8-installer maven3

Clone this wiki locally