`

Install EclipseIDE ,Tomcat 6 on Ubuntu11.04

阅读更多

Setp1: Create Folder

michael@XXXX:/opt$ sudo mkdir eclipseIDE tomcat6
michael@XXXX:/opt$ ls
eclipseIDE  jvm  tomcat6

 

 Setp2: Copy  document to Folder

michael@XXXX:/opt$ sudo cp /media/eclipse_and_project/tool/eclipse-jee-indigo-SR1-linux-gtk.tar.gz  
/opt/eclipseIDE/eclipse-jee-indigo-SR1-linux-gtk.tar.gz
michael@XXXX:/opt$ sudo cp /media/eclipse_and_project/tool/apache-tomcat-6.0.33.tar.gz  
/opt/tomcat6/apache-tomcat-6.0.33.tar.gz

 

Setp3:Unzip the file

 

michael@XXXX:/opt/eclipseIDE$ sudo tar zxvf eclipse-jee-indigo-SR1-linux-gtk.tar.gz 
michael@XXXX:/opt/tomcat6$ sudo tar zxvf apache-tomcat-6.0.33.tar.gz 

Setp4: Create eclipseIDE.desktop

michael@XXXX:sudo gedit /usr/share/applications/eclipseIDE.desktop

write down :
[Desktop Entry]
Encoding=UTF-8 
Name=EclipseIDE
Comment=Eclipse IDE
Exec=/opt/eclipseIDE/eclipse/eclipse
Icon=/opt/eclipseIDE/eclipse/icom.xpm
Terminal=false
StartupNotify=true
Type=Application
Categories=Application;Development;
0
1
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics