UBUntu12Install JDK 7: Install JDK (http://blog.csdn.net/binbinxyz/article/details/8498336) in ubuntu12)
Install Tomcat 6/7 in ubuntu12:
1> download the package (at6/7 (tar.gz); 2> extract it to the user's main directory; 3> move it to the/OPT directory; 4> RUN startup. SH; 5> enter http: // localhost: 8080 in the browser address bar to test
Ubuntu12Install myeclipSE10: Installing myeclipse10 (http://blog.csdn.net/binbinxyz/article/details/8498343) in ubuntu12)
UInstall sqldevloper in buntu12: Ubuntu12 Method for installing RPM format files (http://blog.csdn.net/binbinxyz/article/details/8498385)
Install myeclipse10 in ubuntu12:
Download myeclipse-10.6-offline-installer-linux.run; rename to myeclipse. Run;
Now, assume that the path of myeclipse. Run is/home/yourname/myeclipse. Run, and install myeclipse
Open the terminal, set myeclipse. Run to writable. Then run the installation wizard.
Sudo chmod myeclipse. Run
Sudo sh myeclipse. Run
During the installation process, select install in the/opt/myeclipse/directory, and then install the corresponding myeclipse according to the system version. Enter the/OPT folder on the terminal and add the root permission
CD/OPT
Sudo chown-r root: Root myeclipse
# Note:
Sudo chown-r Haibin: Haibin myeclipse
Sudo chmod-R + R myeclipse
CD./myeclipse \ 10/
Sudo chown-r root: Root myeclipse
Sudo chmod-R + R myeclipse
Create an executable file for myeclipse (similar to the concept of EXE in Windows) (pay attention to the file path)
$ Sudo gedit/usr/bin/myeclipse
In this case, gedit will open an editor, add the following code in the gedit editor and save it:
#! /Bin/sh
# Export illa_five_home = "/usr/lib/Mozilla /"
Export myeclipse_home = "/opt/myeclipse 10/myeclipse ″
$ Myeclipse_home/myeclipse $ *
Set File Permissions
$ Chmod 755/usr/bin/myeclipse
Add the myeclipse Startup menu under the applications menu in the upper left corner.
$ Sudo gedit/usr/share/applications/myeclipse. Desktop
Insert the following code in the editor and save it.
[Desktop entry]
Encoding = UTF-8
Name = myeclipse 10
Comment = IDE for javaee
Exec =/opt/myeclipse \ 10/myeclipse
Icon =/opt/myeclipse \ 10/icon. XPM
Terminal = false
Type = Application
Categories = gnome; application; development;
Startupnotify = true
Initialize and start myeclipse!
$/Opt/myeclipse \ 10/myeclipse-clean
From:
Http://www.cnblogs.com/hellopojun/archive/2012/08/31/2664745.html