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

How to Install and Getting Started Spring Tool Suite on Linux Ubuntu 14.04 Trusty LTS Desktop Step-by-Step

April 29, 2014 | By the+gnu+linux+evangelist.

Spring Development Quick Start on Ubuntu 14.04 Trusty

[ad_slider autoplay=”true” interval=”8″ count=”5″]

Discover the comprehensive guide that walks you through each step, showcasing how to effortlessly Install the Spring Tool Suite on IDE on GNU+Linux Ubuntu 14.04 Trusty Tahr LTS desktop.

Spring Framework is a Java platform that provides comprehensive Infrastructure Support for Developing Java Applications. Spring handles the Infrastructure so you can Focus on your App.

The Spring Tool Suite provides the Best Eclipse-powered development environment for building Spring-powered Enterprise Applications. STS supplies tools for all of the latest enterprise Java and Spring, and comes on top of the latest Eclipse releases.

We Proceed Here to a System Wide Installation because Have Proven to be More Fruitful in Evading Eventual Maven Builds Issues. But If you Do Not Dispose of SuperUser Access Simply Try Instead, with a Local Installation…

Spring Development Quick Start on Ubuntu 14.04 Trusty - Featured
  1. Download Latest Spring Tool Suite IDE for Linux:

    Spring Tool Suite .zip
    [ad_slider autoplay=”true” interval=”8″ count=”5″]
  2. Open a Shell Terminal Emulator Window
    Ctrl+Alt+t
    (Press “Enter” to Execute Commands)

    Spring Development Quick Start on Ubuntu 14.04 Trusty - Open Terminal

    In case first see: Terminal Quick Start Guide.

  3. Extracting Spring Tool Suite
    Double-Click on Archive and Extract into /tmp.

    Spring Tool Suite Installation on Ubuntu 14.04 Trusty - Extraction
    Or from Shell:

    tar xvzf ~/Downloads/spring-tool-suite*tar.gz -C /tmp/
  4. How to Install Recommended Oracle Java JDK on Ubuntu

    Install Oracle JDK 8+ for Ubuntu
    [ad_slider autoplay=”true” interval=”8″ count=”5″]

    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.
    Provide to Set also the $JAVA_HOME Env Var!

  5. Relocating Spring Tool Suite Bundle.

    sudo mv /tpm/spring-tool-suite /opt/

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  6. Symlinking Spring Tool Suite Binary.

    sudo su -c "ln -s /opt/spring-tool-suite/sts-3.6.4.RELEASE/STS /usr/local/bin/STS"
  7. Spring Tool Development Quick Start Guide.

    Spring Tool Quick Start
    [ad_slider autoplay=”true” interval=”8″ count=”5″]