The Guide Show How-to Install and Getting-Started with the Latest Eclipse 4.2 Juno 32bit/64bit for Java JEE Development on Linux CrunchBang 11 OpenBox Desktop.
There is also the Possibility to Install before the Classic Eclipse via Yum and after Adding the JEE Developer Tool Capabilities via Eclipse Updates.
Here Instead we Proceed Directly to Download and Installation of the Whole Eclipse for Java JEE Linux Release.
The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut more Easy & Digestive;)
-
Download Latest Eclipse for JEE on Linux:
- Double-Click on Archive & Extract Eclipse into /tpm
- Open a Terminal Window:
Right-Click on Desktop > Terminal
Or
Cmd+t
- Relocate Eclipse
su
mv /tpm/eclipse /opt
- Create a Symlink
ln -s /opt/eclipse/eclipse /usr/bin/eclipse
After you can Start Eclipse JEE from Terminal simply with:
eclipse
- Starting NetBeans from OpenBox Desktop
Right-Click on Desktop > Run Program
netbeans
- 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 -
Eclipse JEE Getting-Started SetUp & Hello-World:
Eclipse JEE Hello World!