当前位置: 技术问答>linux和unix
请教一个有关eclipse安装问题!!
来源: 互联网 发布时间:2015-06-17
本文导语: 我下载了一个eclipse-SDK-2.1.3-linux-motif.zip,解压以后不知道该怎么安装了! 我解压以后得到: -rw-rw-r-- 1 root root 15048 3月 11 08:14 cpl-v10.html -rwxr-xr-x 1 root root 41003 3月 11 0...
我下载了一个eclipse-SDK-2.1.3-linux-motif.zip,解压以后不知道该怎么安装了!
我解压以后得到:
-rw-rw-r-- 1 root root 15048 3月 11 08:14 cpl-v10.html
-rwxr-xr-x 1 root root 41003 3月 11 08:14 eclipse
drwxrwxr-x 10 root root 4096 3月 11 08:14 features
-rw-rw-r-- 1 root root 10489 3月 11 08:14 icon.xpm
-rw-rw-r-- 1 root root 619 3月 11 08:14 install.ini
lrwxrwxrwx 1 root root 12 4月 11 19:03 libXm.so -> libXm.so.2.1
lrwxrwxrwx 1 root root 12 4月 11 19:03 libXm.so.2 -> libXm.so.2.1
-rwxr-xr-x 1 root root 1915756 3月 11 08:14 libXm.so.2.1
-rw-rw-r-- 1 root root 4743 3月 11 08:14 notice.html
drwxrwxr-x 65 root root 4096 3月 11 08:14 plugins
drwxrwxr-x 2 root root 4096 3月 11 08:14 readme
-rw-rw-r-- 1 root root 16622 3月 11 08:14 startup.jar
本人只在windows下面用过eclipse,在解压得到的readme里面也没有看到有安装步骤,所以想请教一下高手,我该怎么继续安装??
我解压以后得到:
-rw-rw-r-- 1 root root 15048 3月 11 08:14 cpl-v10.html
-rwxr-xr-x 1 root root 41003 3月 11 08:14 eclipse
drwxrwxr-x 10 root root 4096 3月 11 08:14 features
-rw-rw-r-- 1 root root 10489 3月 11 08:14 icon.xpm
-rw-rw-r-- 1 root root 619 3月 11 08:14 install.ini
lrwxrwxrwx 1 root root 12 4月 11 19:03 libXm.so -> libXm.so.2.1
lrwxrwxrwx 1 root root 12 4月 11 19:03 libXm.so.2 -> libXm.so.2.1
-rwxr-xr-x 1 root root 1915756 3月 11 08:14 libXm.so.2.1
-rw-rw-r-- 1 root root 4743 3月 11 08:14 notice.html
drwxrwxr-x 65 root root 4096 3月 11 08:14 plugins
drwxrwxr-x 2 root root 4096 3月 11 08:14 readme
-rw-rw-r-- 1 root root 16622 3月 11 08:14 startup.jar
本人只在windows下面用过eclipse,在解压得到的readme里面也没有看到有安装步骤,所以想请教一下高手,我该怎么继续安装??
|
解压之后直接就能用了吧?
不过你得现在linux下安装jdk,并设置好变量
不过你得现在linux下安装jdk,并设置好变量
|
1、看看readme
2、eclipse具有可执行权限,应该可以直接执行。
2、eclipse具有可执行权限,应该可以直接执行。
|
-rwxr-xr-x 1 root root 41003 3月 11 08:14 eclipse
所以你的eclipse可以直接执行的
在安装目录下使用
chmod +x eclipse
./eclipse
注意使用eclipse你必须要先安装java VM
所以你的eclipse可以直接执行的
在安装目录下使用
chmod +x eclipse
./eclipse
注意使用eclipse你必须要先安装java VM
|
chmod +x eclipse
./eclipse
or
sh $ECLIPSE_HOME/ecplise
./eclipse
or
sh $ECLIPSE_HOME/ecplise