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

Step by step – Spring Tool Suite Mint 19 Installation

April 2, 2019 | By the+gnu+linux+evangelist.

JDK Setup

  1. 4. Installing Java JDK

    How to Install Required Oracle Java JDK on Linux Mint

    Install Oracle JDK for Linux Mint

    To check your current JDK version:

    javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'

    If it’s the official Oracle JDK, the output will include: java.vendor = Oracle Corporation.