How to Install Processing 3 on Ubuntu 18.10 Cosmic - Java Setup
-
8. Java Setup
Check if Oracle Java JRE is Installed
java -version
How to Install Required Oracle Java JRE 8 on Linux: SetUp Java Oracle JRE 8 on Linux
Fixing Java for Processing
Remove the Bundle Java release:sudo rm -rf /opt/processing/java
Symlinking the Oracle JRE Installation:
sudo ln -s /usr/lib/jvm/[jre1.X] /opt/processing/java
To finds the [jre1.X] Value to be replaced:
ls /usr/lib/jvm
Contents