==JDK====Winda3100v3 -Download your version JDK from official site: https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html -install JDK manually http://theopentutorials.com/tutorials/java/installing-jdk-on-ubuntu-linux/ $ gedit ~/.bashrc export JAVA_HOME=/usr/local/jdk1.8.0_77 export PATH=${PATH}:${JAVA_HOME}/bin -Don't forget Save and close -visit https://www.eclipse.org/ ---> Download Button 2. -----> Download Packages 3. Eclipse IDE for Enterprise Java Developers 4. Linux 64-bit 5. Download Button https://www.eclipse.org/downloads/packages/release/2019-06/r/eclipse-ide-enterprise-java-developers // move sudo mv eclipse-jee-2019-06-R-linux-gtk-x86_64.tar.gz /opt/ //get from archive sudo tar zxvf eclipse-jee-2019-06-R-linux-gtk-x86_64.tar.gz //clean Display clrscr //rename eclipse to eclipseEE sudo mv eclipse eclipseEE // Unblock Folder sudo chmod 0777 eclipseEE // Unblock SubFolder and files sudo chmod 0777 // ..... start Eclipse Install Tomcat on /opt/EclipseEE/server folder ==============================Create Icon on Desktop===== $ gedit ~/Desktop/EclipseEE.desktop paste text= [Desktop Entry] Name=EclipseEE Comment=Eclipse Enterprise Edition Exec=/opt/eclipseEE/eclipse Icon=/opt/eclipseEE/icon.xpm StartupNotify=true Terminal=false Type=Application Categories=Development;IDE;Java; Save and close Now you can open