Install myeclipse10 in ubuntu12

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.