Erlang编程论坛:http://erlang.mysite.im
1.下载linux版本的eclipse
2.将eclipse的ya压缩包拷贝到opt目录下(一般的情况下自己安装的软件都安在opt目录下)
sudo cp wtp-all-in-one-sdk-R-1.5.4-linux-gtk.tar.gz /opt/
3.进入opt目录
cd /opt/
4.解压
sudo tar -zxf wtp-all-in-one-sdk-R-1.5.4-linux-gtk.tar.gz
5.删除压缩包
sudo rm wtp-all-in-one-sdk-R-1.5.4-linux-gtk.tar.gz
6.将eclipse下所有的文件赋予thunder用户(一个代表组、一个代表用户,-R表示递归下面所有文件)
sudo chown thunder:thunder eclipse/ -R
7.进入eclipse目录
cd eclipse/
8.赋予eclipse文件执行权限
chmod 755 eclipse
9.运行eclipse
./eclipse
以上步骤的前提条件是必须安装jdk
OK,That's All
Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1612131