How to Install Java EE 7 Sdk on Ubuntu 14.04 Trusty LTS 32-64bit Desktop Easy Guide

January 12, 2015 | By the+gnu+linux+evangelist.

Linux Ubuntu Java EE 7 Development Quick Start

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Java EE 7 Software Development Kit on Ubuntu 14.04 Trusty Tahr LTS i386/amd64 Linux Desktop.

The Java EE 7 Sdk with the Glassfish 4 App Server Installation is the First, Step of a Java EE 7 Development Walk.

The Oracle GlassFish 4 Application Server is the Reference for the Java EE 7 Web Apps Development and Deployment.

Quickstart Oracle JEE 7 SDK on Ubuntu - Featured

  1. How to Install Required Oracle Java JDK 8+ on Ubuntu

    Install Oracle JDK 8+ for Ubuntu

    Provide also to Set the $JAVA_HOME Env. Variable…

  2. Open a Command Line Terminal Shell Session
    Ctrl+Alt+t
    (Press “Enter” to Execute Commands)

    Getting-Started with Oracle Java EE 7 on Ubuntu - Open Terminal

    In case first see: Terminal QuickStart Guide.

  3. Download Java EE 7 SDK for Linux:

    Java EE 7 SDK .zip Linux
  4. Double-Click on Archive and Extract.

    Ubuntu Installing Oracle Java EE 7 SDK on Ubuntu 14.04 Trusty LTS - Extracting Java EE 7 SDK
    Or from Command Line:

    unzip java_ee_sdk-7*.zip
  5. Relocate Oracle Java EE 7 SDK (Optional).

    sudo chown -R root:root ~/Downloads/glassfish4
    sudo mv ~/Downloads/glassfish4 /opt/

    For a Local Installation just Skip the 2 Steps…

  6. Starting/Stopping the Glassfish 4 App Server.

    cd /opt/glassfish4/glassfish

    To Start Up:

    sudo ./bin/startserv

    To Stop:

    sudo ./bin/stopserv
  7. How to Getting-Started with Java EE 7 Examples

    JEE 7 Sample Deployment on Glassfish

QuickChic Theme • Powered by WordPress