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

How to Install Java OpenJDK on JRE-JDK on Linux Mint 18

May 1, 2017 | By the+gnu+linux+evangelist.

Installing OpenJDK 9

  1. E. Java 9 Setup

    OpenJDK 11 Installation.

    • For JRE 9
      Minimal:

      sudo apt install openjdk-9-jre-headless

      With GUI Parts:

      sudo apt install openjdk-9-jre
    • For JDK 9
      Without Graphical Components:

      sudo apt install openjdk-9-jdk-headless

      And All:

      sudo apt install openjdk-9-jdk