[JavaEE] Ubuntu download eclipse for ee

Enter the site to download

https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2019-06/R/eclipse-jee-2019-06-R-linux-gtk-x86_64.tar.gz

 I downloaded the 2018.9 version of for ee, more consistent

 

My path to the JDK /opt/jvm/jdk1.8.0_221

 

After downloading

#tab name auto-completion 

# transfer to / under the opt directory   
sudo cp the Eclipse -jee- 2018 - 09 -linux-gtk-x86_64.tar.gz / opt 

# decompression   
sudo tar -zxvf the Eclipse-jee- 2018 - 09 -linux- gtk- x86_64.tar.gz 

file after extracting # is called the eclipse, jre create a new file in this folder, and configure 
# / opt / the JVM / jdk. 1.8 .0_211 my jdk location 
sudo mkdir / opteclipse / JRE 
the sudo LN -s / opt / JVM / jdk1. . 8 .0_221 / bin / opt / Eclipse / JRE

 

Then a lot of online shortcut for the desktop configuration have not tried it with a good

So I did not set a shortcut

Every time you use a click-through eclipse eclipse folder and then click on it to open

 

Guess you like

Origin www.cnblogs.com/zoey686/p/11208449.html