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

How to Install OpenJDK on Ubuntu 18.04 Bionic Gnu/Linux

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

Java 11

  1. 11 OpenJDK JRE/JDK Installation.

    • For JRE 11
      Minimal:

      sudo apt install openjdk-11-jre-headless

      With GUI Parts:

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

      sudo apt install openjdk-11-jdk-headless

      And All:

      sudo apt install openjdk-11-jdk