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

How to Install Java OpenJDK on 7 on OpenBSD 5.x Unix Easy Guide

November 16, 2014 | By Zen BSD.

OpenBSD 5 Installing the Open Java JDK

The Unix BSD Tutorial shows you Step-by-Step How to Install and Getting Started with the Java Development Kit 7 for OpenBSD 5.x Unix Server/Desktop.

The Java JDK 7 is a development environment for building applications, applets, and components using the Java programming language.

Getting-Started with OpenJDK 7 for OpenBSD 5.x - Featured
  1. Login into OpenBSD Shell.

  2. How to Set the Packages Repository Mirror.

    OpenBSD Find Packages Repository
  3. Installing the Java OpenJDK 7.

    pkg_add -v jdk
  4. How to Set Path and Env Vars on OpenBSD

    Setting Up OpenBSD Environment