-
-
Notifications
You must be signed in to change notification settings - Fork 61
Running on Ubuntu
hrj edited this page Apr 21, 2018
·
3 revisions
You can simply install openjdk-8-jre
or openjdk-8-jre
from the official repositories.
The Java RE from your repos is version 7, whereas gngr requires Java RE 8. You will need to download one of the JRE binary blobs, either from Oracle or Zulu.
- Visit http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Click on JRE
- Download the .tar.gz package relevant for your architecture
tar zxf jre-8u74-linux-x64.tar.gz
jre1.8.0_74/bin/java -jar gngr-0.3.10.jar
This will not install the binary blobs from Oracle system-wide or run any code from Oracle as root user.
- Visit https://zulu.org/download/
- Download the latest package
- Extract and run as described above for Oracle JRE