Setp1: Create Folder
michael@XXXX:/opt$ sudo mkdir eclipseIDE tomcat6michael@XXXX:/opt$ lseclipseIDE 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.gzmichael@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.desktopwrite down :[Desktop Entry]Encoding=UTF-8 Name=EclipseIDEComment=Eclipse IDEExec=/opt/eclipseIDE/eclipse/eclipseIcon=/opt/eclipseIDE/eclipse/icom.xpmTerminal=falseStartupNotify=trueType=ApplicationCategories=Application;Development;