sabato 15 giugno 2013

How-to Install Eclipse 4.3 Kepler JEE x86_64 on Linux Ubuntu 12.10 Quantal 64bit Easy Visual-Guide

The Tutorial Show How-to Install and Getting-Started with the Latest Eclipse 4.3 Kepler x86_64 Java JEE for Linux Ubuntu 12.10 Quantal Quetzal Unity Amd64 Desktop.

 

There is the Possibility also to Install the Eclipse Platform via apt-get But the Ubuntu 12 Quantal apt-get Repositories are still Back to Eclipse 3.8.

 

So At the Moment if you Want to Dispose of the Latest Release of Eclipse Kepler 4.3 Build on Linux Ubuntu 12.10 you will Need to Download and Install the Original Eclipse Kepler 4.3 Release for Linux.

 

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut more Easy & Digestive ;)

Linux Penguin Eclipse
  1. Download Latest Eclipse Kepler JEE for Linux:

    Eclipse 4.3 JEE x86_64 Linux
  2. Double-Click on Archive and Extract Eclipse into /tpm Ubuntu Install Eclipse JEE Extraction
  3. Open Terminal Window Ubuntu Install Eclipse JEE Extraction
  4. Check if Java is Installed
    which java
    Recommended Oracle JDK7 Installation

    To Get the Best Results from Eclipse Platform and Installed Plugins is Strongly Recommended You Proceed Also to Install the Oracle Official Java JDK7 on System!

    Install Oracle JDK7 for Ubuntu
  5. Relocate Eclipse
    sudo su
    mv /tpm/eclipse /opt
  6. Create a Symlink
    ln -s /opt/eclipse/eclipse /usr/bin/eclipse

    After you can Start Eclipse JEE from Terminal simply with:

    eclipse
  7. Create an Eclipse Launcher for Easy-Starting:

    How-to Create a Launcher on Unity