$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Processing 3 on Ubuntu 18.10 Cosmic Easy Guide

October 16, 2018 | By the+gnu+linux+evangelist.

How to Install Processing 3 on Ubuntu 18.10 Cosmic - Java Setup

  1. 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