You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kevin Gómez edited this page Sep 4, 2020
·
9 revisions
Setup
The following explains which software is required for the Gradoop tutorial.
Java
For the Gradoop-Tutorial java 8 is required.
Install Java 8 (Unix). For Windows installation see here.
sudo apt install openjdk-8-jdk
Check Java Version:
java -version
The output should be something like:
openjdk version "1.8.0_265"
If multiple Java versions are installed just change the java default (Unix):
sudo update-alternatives --config java
The output of this command looks like this:
There are 2 choices for the alternative java (providing /usr/bin/java).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/lib/jvm/java-11-oracle/bin/java 1062 auto mode
* 1 /usr/lib/jvm/java-8-openjdk/jre/bin/java 1061 manual mode
2 /usr/lib/jvm/java-8-oracle/bin/java 1062 manual mode
Press enter to keep the current choice[*], or type selection number:
Maven
Installation of maven 3 (Unix). For Windows installation see here.