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

How to Install JBoss 7.x on Linux Mint 19.x Easy Visual-Guide

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

Installing JBoss

  1. 2. Downloading JBoss

    Download Latest JBoss Application Server

    Red-Hat JBoss AS 7.x tar.gz
  2. 3. Extracting JBoss Archive

    Then Extract JBoss tar.gz into /tmp Directory
    If it does Not Open automatically then Double-Click on File Manager:

    How to Install JBoss 7.x on Linux Mint 19.x - Extracting
    Or from Command Line:

    tar xvzf ~/Downloads/jboss-as*.tar.gz -C ~
  3. 4. Relocating JBoss AS

    Next Relocate JBoss Contents
    Here we make a simple Local Installation into the Home folder

    mv /tmp/jboss-as* ~

    Either for a System-Wide Install you have to Manage Permissions consequently…

  4. 5. Installing Oracle Java JDK

    How to Install Required Oracle 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.

Contents