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

How to Install JBoss Forge on Debian Stretch 9 Easy Guide

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

JBoss Forge Debian Stretch 9 - JDK Setup

  1. How to Install Required Oracle Java JDK on Debian

    Oracle JDK Installation for Debian

    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.