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

How to Install Spring Tool Suite Ubuntu 18.10 Cosmic Easy Guide

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

Spring Tool Suite Ubuntu 18.10 - Java Setup

  1. How to Install Recommended Oracle Java JDK on Ubuntu

    Install Oracle JDK for Ubuntu

    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.
    Provide to Set also the $JAVA_HOME Env Var!