Fedora 12 Linux下安裝Myeclipse8.0教程

來源:互聯網
上載者:User

安裝環境:
Linux System: Fedora 12
JDK: jdk1.6.0_13
這裡不介紹jdk的安裝.
第一步:
到www.verycd.com下載myeclipse8.0 linux版
http://www.verycd.com/search/files/myeclipse-8.0.0-linux-gtk-x86.tgz
第二步:
1.將其copy到你使用者的根目錄下
列如:/home/fgfd0
2.使用tar -xvf 解壓myeclipse-8.0.0-linux-gtk-x86.tgz
3.進入解壓後的目錄執行./myeclipse-8-stable-installer
如果報錯快顯視窗:
JVM terminated. Exit code=-1
jre/lib/i386/client/libjvm.so: cannot restore segment prot after reloc: Perm.....
....後面省略
關閉錯誤視窗,
執行:
# chcon -t textrel_shlib_t /home/fgfd0/jdk1.6.0_13/jre/lib/i386/client/libjvm.so
在繼續執行./myeclipse-8-stable-installer
彈出安裝介面,一直下一步安裝成功。
第三步:
註冊 myeclipse-8.0.0-linux
myeclipse-8.0.0-linux-gtk-x86.tgz 註冊碼
MyEclipse Enterprise Workbench
Version: 8.0
Build id: 8.0-20091120
(c) Copyright Genuitec, L.L.C. 2000-2009. All rights reserved.
Visit http://www.myeclipseide.com/
This product includes software developed by the following
Eclipse Foundation http://www.eclipse.org/
Apache Software Foundation http://www.apache.org/
以下是註冊碼:
LICENSEE=LauCheng
LICENSE_KEY=YLR8ZC-855550-6765665204902409
-------------------------------------------------------------------------
下面是執行命令記錄
[fgfd0@localhost Download]$ cd myeclipse-8.0.0-linux-gtk-x86
[fgfd0@localhost myeclipse-8.0.0-linux-gtk-x86]$ ls -l
total 400
drwxr-xr-x 2 fgfd0 fgfd0   4096 2010-05-06 10:50 configuration
-rw-r--r-- 1 fgfd0 fgfd0 55371 2009-11-24 13:08 icon.xpm
-rw-r--r-- 1 fgfd0 fgfd0 266168 2009-11-18 18:06 libcairo-swt.so
-rw-r--r-- 1 fgfd0 fgfd0 10158 2009-11-18 18:06 LICENSE
-rwxr-xr-x 1 fgfd0 fgfd0 52576 2009-11-18 18:06 myeclipse-8-stable-installer
drwxr-xr-x 6 fgfd0 fgfd0   4096 2009-11-24 13:25 plugins
[fgfd0@localhost myeclipse-8.0.0-linux-gtk-x86]$ ./myeclipse-8-stable-installer
/home/fgfd0/jdk1.6.0_13/bin/../jre/lib/i386/client/libjvm.so: cannot restore segment prot after reloc: Permission denied
[fgfd0@localhost myeclipse-8.0.0-linux-gtk-x86]$ clera
bash: clera: command not found
[fgfd0@localhost myeclipse-8.0.0-linux-gtk-x86]$ clear
[fgfd0@localhost myeclipse-8.0.0-linux-gtk-x86]$ ./myeclipse-8-stable-installer
/home/fgfd0/jdk1.6.0_13/bin/../jre/lib/i386/client/libjvm.so: cannot restore segment prot after reloc: Permission denied
[fgfd0@localhost myeclipse-8.0.0-linux-gtk-x86]$ chcon -t textrel_shlib_t /fgfd0/jdk1.6.0_13/jre/lib/i386/client/libjvm.so
chcon: cannot access `/fgfd0/jdk1.6.0_13/jre/lib/i386/client/libjvm.so': No such file or directory
[fgfd0@localhost myeclipse-8.0.0-linux-gtk-x86]$ chcon -t textrel_shlib_t /home/fgfd0/jdk1.6.0_13/jre/lib/i386/client/libjvm.so
[fgfd0@localhost myeclipse-8.0.0-linux-gtk-x86]$ ./myeclipse-8-stable-installer
Architecture: Linux/i386
Redirecting System.out and System.err to /home/fgfd0/Genuitec/Common/logs/installer-console.log
[fgfd0@localhost myeclipse-8.0.0-linux-gtk-x86]$ ls -l
total 400
drwxr-xr-x 5 fgfd0 fgfd0   4096 2010-05-06 10:55 configuration
-rw-r--r-- 1 fgfd0 fgfd0 55371 2009-11-24 13:08 icon.xpm
-rw-r--r-- 1 fgfd0 fgfd0 266168 2009-11-18 18:06 libcairo-swt.so
-rw-r--r-- 1 fgfd0 fgfd0 10158 2009-11-18 18:06 LICENSE
-rwxr-xr-x 1 fgfd0 fgfd0 52576 2009-11-18 18:06 myeclipse-8-stable-installer
drwxr-xr-x 6 fgfd0 fgfd0   4096 2009-11-24 13:25 plugins
[fgfd0@localhost myeclipse-8.0.0-linux-gtk-x86]$ cd ..
[fgfd0@localhost Download]$ ls -l
total 1006756
-rw-rw-r-- 1 fgfd0 fgfd0   6123410 2010-04-20 07:13 apache-tomcat-6.0.26.tar.gz
-rwxrwxr-x 1 fgfd0 fgfd0 80129716 2010-04-20 07:09 jdk-6u13-linux-i586.bin
-rw-rw-r-- 1 fgfd0 fgfd0 78939872 2010-04-20 06:14 jdk-6u13-linux-i586.zip
drwxrwxr-x 8 fgfd0 fgfd0      4096 2010-04-20 11:01 libevent-1.2
-rw-rw-r-- 1 fgfd0 fgfd0    413811 2010-04-20 11:00 libevent-1.2.tar.gz
-rw-rw-r-- 1 fgfd0 fgfd0    704447 2010-04-20 10:44 libevent-2.0.4-alpha.tar.gz
drwxrwxr-x 6 fgfd0 fgfd0      4096 2010-05-06 10:24 log
-rwxr-xr-x 1 fgfd0 fgfd0   5344696 2010-05-05 17:06 MapServer4.2_fat.jar
-r-------- 1 fgfd0 fgfd0    267420 2010-05-06 07:46 memcached-1.4.0.tar.gz
drwxr-xr-x 4 fgfd0 fgfd0      4096 2010-05-06 10:55 myeclipse-8.0.0-linux-gtk-x86
-rwxr-xr-x 1 fgfd0 fgfd0 857922420 2010-04-22 10:39 myeclipse-8.0.0-linux-gtk-x86.tgz
[fgfd0@localhost Download]$ echo $JAVA_HOME
/home/fgfd0/jdk1.6.0_13
[fgfd0@localhost Download]$

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.