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

How to Install Eclipse Java EE on Gentoo Linux Easy Guide

Eclipse Java EE Gentoo Linux - Getting Started

  1. Starting Eclipse.

    Make a Symlink for Easy Launching:

    sudo ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse

    After you can Start Eclipse from Terminal simply with:

    eclipse

    How to Create an Eclipse Desktop Launcher for Easy-Starting

    Menu How Launcher for Gentoo Linux
  2. Getting-Started with Eclipse JEE on GNU/Linux

    Eclipse JEE Hello-World Guide