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

Oracle JDK 11 AntiX Linux Installation

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

Oracle JDK 11 antiX Linux Installation - Installing Package

  1. 3. Installing Oracle JDK 11

    Then to Setup Oracle JDK on antiX Linux
    First, Access the Target, usually in the Downloads folder:
    (But if downloaded with Firefox it can be instead into /tmp/mozilla*)

    cd && cd Downloads

    Now to Confirm the Package is there do:

    ls .

    Finally, to Install JDK 11 simply:

    sudo dpkg -i jdk-11*.deb