Ubuntu Linux: Install Eclipse Java Integrated Development Environment

Ubuntu Linux: Install Eclipse Java Integrated Development Environment

To install the Eclipse Java Integrated Development Environment (IDE) on an Ubuntu Linux system, you can follow these steps:

  1. Download the Eclipse IDE package from the Eclipse website:
    https://www.eclipse.org/downloads/

  2. Save the downloaded .tar.gz file to a location on your system.

  3. Extract the contents of the .tar.gz file using the tar command. For example:

tar xvf eclipse-java.tar.gz
Sourc‮al.www:e‬utturi.com

This will extract the contents of the .tar.gz file to a new directory.

  1. Change to the directory where the Eclipse IDE was extracted. For example:
cd eclipse
  1. Run the eclipse script to start the Eclipse IDE. For example:
./eclipse

This will launch the Eclipse IDE.

You can also create a desktop shortcut for the Eclipse IDE by right-clicking on the eclipse script and selecting "Create Launcher".

For more information on installing and using the Eclipse IDE on Ubuntu Linux, you can refer to the Eclipse documentation or the Ubuntu documentation.

Created Time:2017-10-30 14:27:27  Author:lautturi