lunedì 14 ottobre 2013

How-to Install Eclipse 4.3 Kepler for Java Developers on CrunchBang 11 OpenBox i386/amd64 Easy Visual-Guide

Install Eclipse for Java Developers on CrunchBang Linux

The Guide Show How-to Install and Getting-Started with the Latest Eclipse 4.3 Kepler 32/64bit for for Java Development on Linux CrunchBang 11 OpenBox Desktop.

There is also the Possibility to Install before the Classic Eclipse via Apt and after Adding the Java Developer Tool Capabilities via Eclipse Updates.

Here Instead we Proceed Directly to Download and Installation of the Whole Eclipse for Java Linux Release.

The Content and Details of Install Eclipse for Java on CrunchBang Guide are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut Easier to Read & Digestive;)

Install Eclipse for Java Developers on CrunchBang - Featured
  1. Download Latest Eclipse for Java Development on Linux:

    Eclipse 4.3 Java Linux
  2. Double-Click on Archive & Extract Eclipse into /tpmInstall Eclipse for Java Developers on CrunchBang - Extraction
  3. Open a Terminal Window:

    Right-Click on Desktop > Terminal

    Or

    Cmd+t

  4. Relocate Eclipse
    su 
    mv /tpm/eclipse /opt
  5. Create a Symlink
    ln -s /opt/eclipse/eclipse /usr/bin/eclipse

    After you can Start Eclipse JEE from Terminal simply with:

    eclipse
  6. Starting NetBeans from OpenBox Desktop

    Right-Click on Desktop > Run Program

    netbeans
  7. 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 CrunchBang
  8. Eclipse Java Getting-Started SetUp & Hello-World:

    Eclipse Java Hello World!