红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

Install eclipse on Linux

Install eclipse on Linux

1.you can download eclipse from the link:   wtp-all-in-one-sdk-R-1.5.4-linux-gtk.tar.gz

2.unzip eclipse to the place at which you want install;

3.input "java -version" in console to check if your sdk's vision is 1.5.

If your sdk's vision is 1.5,you can start your eclipse now.

If it is below 1.5 you need install new sdk from the link: java2-i386-sdk-5.0-4.0.i386.rpm and do the following steps to install new sdk:

1.download sdk and install it as default.

2.input "which java" in console to find your old version sdk and you may find "usr/bin/java";

3.input "cd /usr/bin" in console;

4.input "mv java java.bak" in console;

5.input "ln -s /opt/ibm/java2-i386-50/bin/java java" in console;(When I installing eclipse on REDHAT

6.get into your eclipse's root path and input "chmod +x eclipse" in console

7 input "./eclipse" in console to start your eclipse.

TOP

发新话题