now requires java8 (fix #688)

This commit is contained in:
Athou
2014-12-12 08:31:18 +01:00
parent 68f9852790
commit ccf18758fb
5 changed files with 7 additions and 7 deletions

View File

@@ -27,12 +27,12 @@ Browser extensions: [Chrome](https://github.com/Athou/commafeed-chrome) - [Firef
CommaFeed 2.0 has been rewritten to use Dropwizard and gulp instead of using tomee and wro4j. The latest version of the 1.x branch is available [here](https://github.com/Athou/commafeed/tree/1.x).
For storage, you can either use an embedded H2 database (use it only to test CommaFeed) or an external MySQL, PostgreSQL or SQLServer database.
You also need Maven 3.x (and a Java 1.7+ JDK) installed in order to build the application.
You also need Maven 3.x (and a Java 1.8+ JDK) installed in order to build the application.
To install maven and openjdk on Ubuntu, issue the following commands
sudo apt-get install g++ build-essential openjdk-7-jdk maven
# Make sure java7 is the selected java version
sudo apt-get install g++ build-essential openjdk-8-jdk maven
# Make sure java8 is the selected java version
sudo update-alternatives --config java
sudo update-alternatives --config javac