Eclipse

How to install Eclipse in Ubuntu & Linux Mint with Ease

How to install Eclipse in Ubuntu & Linux Mint with Ease

This is a work-through on how to install Eclipse in Ubuntu desktop. Eclipse Neon is the most recent release from the Eclipse top-level project. While it contains what you need to build applications based on Eclipse technology, it also includes integrated development environments IDE, and rich client applications using the Eclipse Rich Client Platform RCP. Lets take a quick look at its features before we proceed on how to install eclipse on Ubuntu.

Eclipse Neon  Features

How to install Eclipse in Ubuntu 16.10, Ubuntu 16.04 using Ubuntu Make

sudo apt-get install openjdk-8-jre

or

$ sudo apt-get install openjdk-8-jdk
wget http://artfiles.org/eclipse.org//oomph/epp/neon/R2a/eclipse-inst-linux64.tar.gz tar xf eclipse-inst-linux64.tar.gz cd eclipse-installer # Install eclipse with sudo if you want to install it in /opt directory sudo ./eclipse-inst

Create a Desktop File

nano ~/.local/share/applications/eclipse.desktop
# copy below entry [Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Name=Eclipse IDE Comment=Eclipse Integrated Development Environment Icon=/opt/eclipse/java-neon/eclipse/icon.xpm Exec=/opt/eclipse/java-neon/eclipse/eclipse StartupNotify=true StartupWMClass=java-neon
chmod +x ~/.local/share/applications/eclipse.desktop


        
OpenTTD Tutorial
OpenTTD is one of the most popular business simulation games out there. In this game, you need to create a wonderful transportation business. However,...
SuperTuxKart for Linux
SuperTuxKart is a great title designed to bring you the Mario Kart experience free of charge on your Linux system. It is pretty challenging and fun to...
Battle for Wesnoth Tutorial
The Battle for Wesnoth is one of the most popular open source strategy games that you can play at this time. Not only has this game been in developmen...