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

How to Install Oracle Sql Developer on Linux Mint 19 Easy Guide

June 8, 2018 | By the+gnu+linux+evangelist.

Oracle Sql Developer Mint 19.x Tara/Tessa/Tina/Tricia - Java Setup

  1. How to Install Required Oracle-Sun JDK 8+ on Linux Mint

    Oracle JDK Linux Mint Installation Guide

    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.