Linux Eclipse的安装

1. 到sun.com上下载JRE并安装:

     ./jre-6u3-linux-i586.bin

2. 到eclipse.com下载Eclipse并安装(只需要解压即可):

     tar zxvf eclipse-cpp-galileo-SR2-linux-gtk.tar.gz

3. 添加相关路径到系统环境变量

    修改/etc/profile或者.bashrc都可:

        pathmunge /usr/eclipse
        pathmunge /usr/jre1.6.0_17/bin/
    这样就可输入eclipse &来启动eclipse开发环境了。

image

你可能感兴趣的:(eclipse)