add openjdk ppa on ubuntu lts (fix #756)

This commit is contained in:
Athou
2015-08-27 12:45:37 +02:00
parent 5b486a917b
commit 859cf468aa

View File

@@ -39,7 +39,12 @@ You also need the Java 1.8+ JDK in order to build the application.
To install the required packages to build CommaFeed on Ubuntu, issue the following commands To install the required packages to build CommaFeed on Ubuntu, issue the following commands
# if openjdk-8-jdk is not available on your ubuntu version (14.04 LTS), add the following repo first
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install g++ build-essential openjdk-8-jdk sudo apt-get install g++ build-essential openjdk-8-jdk
# Make sure java8 is the selected java version # Make sure java8 is the selected java version
sudo update-alternatives --config java sudo update-alternatives --config java
sudo update-alternatives --config javac sudo update-alternatives --config javac