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

IntelliJ IDEA 14 Create Quick Desktop Launcher for Linux openSUSE Desktops Step-by-Step Easy Visual-Guide

February 24, 2013 | By Duchateaux.

The Visual-Tip Show Exactly How to Making a Making Launcher for JetBrains IntelliJ IDEA 14 on openSUSE Linux Desktops.

Below Included Link to Detailed Guide for Installing the Needed Official Oracle Java JDK for openSUSE.

And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.

IntelliJ IDEA 14 Create Quick Desktop Launcher for Linux openSUSE Desktops Step-by-Step Easy Visual-Guide
  1. On Welcome >> Configure

    IntelliJ IDEA 14 Welcome - Configure

    If you Do Not See this Wizard at Start-Up that’s Because ther’s Already an Open Project on Workspace…
    Solution: File >> Close Project and then Re-Launch Idea.

  2. Here How to Install Required Oracle Java JDK on openSUSE:

    Installing Oracle JDK for openSUSE
    How to Install the Latest Oracle-SUN Official Java JDK on openSUSE Distro Guide List
  3. Create Desktop Entry

    IntelliJ IDEA 14 Welcome - Configure - Create Desktop Entry

  4. Quick Start on IntelliJ IDEA 14 with Java Hello World.

    Here Hello World on IntelliJ IDEA Java
    Step-by-Step Visual Guide for Getting-Started Quickly wiht Java Programming on IntelliJ IDEA 14 by Hello World Project