How to Install Eclipse for Java EE for Linux CrunchBang 11 OpenBox I386/amd64 Easy Visual-Guide

April 13, 2013 | By Regaz.

Install Eclipse for Java JEE on CrunchBang Linux

The Guide shows you How to Install and Getting-Started with the Latest Eclipse 2023-03 R2/64-bit for Java JEE Development on Linux CrunchBang 11 OpenBox Desktop.

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

Hence, here we Proceed Directly to Download and Installation of the Whole Eclipse for Java JEE Linux Release.

The Contents and Details of Install Eclipse for Java JEE on CrunchBang Guide are Expressly Essentials to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand. ;)

Step-by-step – Eclipse Java IDE Fedora 34 Installation Guide
  1. Download Latest Eclipse for JEE on Linux:

    Eclipse 2023-03 R IDE JEE Linux
  • Double-Click on Archive & Extract Eclipse into /tmp
    Install Eclipse for Java JEE on CrunchBang - Extraction

  • Open a Terminal Window
    (Press “Enter” to Execute Commands):

    Right-Click on Desktop > Terminal.

    Or

    Cmd+t.

  • Relocating Eclipse.

    su 

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

    sudo chown -R root:root /tmp/eclipse && mv /tmp/eclipse /opt/
  • Starting Eclipse from Terminal.

    Making a Symlink

    ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse

    After you can Start Eclipse JEE from Terminal simply with:

    eclipse
  • Recommended Oracle JDK Installation

    Required to Get the Best Results from Eclipse.

    Install Oracle JDK for CrunchBang
  • Eclipse JEE Getting-Started SetUp & Hello-World:

    Eclipse JEE Hello World!

  • Tags: , , , , , , , , , , , , , , , ,