Java Setup
-
7. Java Setup
Check if Oracle Java JRE is Installed
java -version
How to Install Required Oracle Java JRE on Linux: Setting Up Java Oracle JRE on Debian.
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