How to Install Processing 3 on CentOS 7 Step-by-Step Guide

May 14, 2018 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading Processing 3

    Download the Latest Processing 3 Release for Linux

    Processing Linux .tgz
  2. 3. Extracting Processing 3

    Then Extract Processing into /tmp
    Eventually Double-Click/Right-Click to Open with Archive Manager:
    How to Install Processing 3 on CentOS 7 - Extract Processing

  3. 4. Installing Processing 3

    Relocate Processing into System Folder
    First, set Ownership with:

    sudo chown -R root:root /tmp/processing*

    Then relocate Processing into System:

    sudo mv /tmp/processing* /opt/processing

    Again Add Processing to CenOS Path running:

    sudo ln -s /opt/processing/processing 
    /usr/local/bin/processing
  4. 5. Setting up Java

    Check if Oracle Java JRE is Installed

    java -version

    How to Install Oracle Java JRE 7 on Linux: SetUp Java Oracle JRE 7 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/java/[jre1.X] /opt/processing/java

    To finds the [jre1.X] Value to be replaced:

    ls /usr/java

Contents


QuickChic Theme • Powered by WordPress