Zaćmienie

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


        
Middle mouse button not working in Windows 10
The middle mouse button helps you scroll through long webpages and screens with a lot of data. If that stops, well you will end up using the keyboard ...
How to change Left & Right mouse buttons on Windows 10 PC
It's quite a norm that all computer mouse devices are ergonomically designed for right-handed users. But there are mouse devices available which are s...
Emulate Mouse clicks by hovering using Clickless Mouse in Windows 10
Using a mouse or keyboard in the wrong posture of excessive usage can result in a lot of health issues, including strain, carpal tunnel syndrome, and ...