Below is how to download Java EE under Ubuntu16.04 and create a shortcut on the desktop
Download Java EE:
Eclipse Downloads Java EE website:
Http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/oxygenr
Select the Linux 32-bit or Linux 64-bit for your computer to click inside
Select DOWNLOAD (download) below >>select Another Mirror (select another mirror) will display a selection box to select the mirror
And we just need to select the beginning of China and then wait for the interface to display the download box
Select Save File Click OK to download-(if the download does not change the storage path, the file will be downloaded to the computer's download directory)
Wait for the download to complete
---------------------------------------------------------------------------
Create on Desktop shortcut: (in directory under download directory)
Open Terminal: Ctrl + Alt + t
Create a folder to extract the Jave EE compression package to:
sudo MKDIR/OPT/JVM
Open our Download directory:
cd/home/User name/download
Unzip the downloaded compressed package to the JVM folder you just created:
sudo tar zxvf eclipse-jee-oxygen-r-linux-gtk-x86_64.tar.gz-c/OPT/JVM
To configure a shortcut:
sudo gedit/usr/share/applications/eclipse.desktop
A document is displayed and added to the document:
[Desktop Entry]
Encoding=utf-8
Name=eclipse
Exec=/opt/jvm/eclipse
icon=/opt/jvm/icon.xpm
Terminal=false
Startupnotify=true
Type=application
Categories=application;development;
Save Close:
Perform:
sudo chmod u+x eclipse.desktop
Close the terminal to see the Jave EE icon on the desktop.
If the computer is not turned on/usr/share/applications find the icon eclipse right click Copy to Desktop.
Ubuntu16.04 Install eclipse-jee-oxygen-r-linux-gtk-x86_64