[整理贴]贴一下我的eclipse安装过程
-
- 帖子: 1
- 注册时间: 2006-03-02 22:00
在编辑html或者jsp的时候还有些问题,我用的是htmleditor插件
export MOZILLA_FIVE_HOME="/usr/lib/mozilla/"
这里mozilla的firefox已经是用/usr/lib/mozilla-firefox目录
并且eclipse3.1用到了libstdc++.so.5,那么eclipse3.0.1应该也是用到这个版本,可以
sudo apt-get install libstdc++5
来搞定,并且在firefox目录下link一个
在eclipse3.1+jdk150环境下完成,eclipse3.0.1应该也差不多
系统是ubuntu510,
个人是ubuntu新手,已经不用linux4年
不清楚ubuntu504是怎么样一个情况。
这里mozilla的firefox已经是用/usr/lib/mozilla-firefox目录
并且eclipse3.1用到了libstdc++.so.5,那么eclipse3.0.1应该也是用到这个版本,可以
sudo apt-get install libstdc++5
来搞定,并且在firefox目录下link一个
在eclipse3.1+jdk150环境下完成,eclipse3.0.1应该也差不多
系统是ubuntu510,
个人是ubuntu新手,已经不用linux4年
不清楚ubuntu504是怎么样一个情况。
-
- 帖子: 79
- 注册时间: 2006-03-02 23:16
- 来自: 深圳
-
- 帖子: 131
- 注册时间: 2006-09-07 16:02
-
- 帖子: 131
- 注册时间: 2006-09-07 16:02
- adqin
- 帖子: 1417
- 注册时间: 2007-01-24 22:07
- 来自: http://adqin.cn
- 联系:
-
- 帖子: 46
- 注册时间: 2009-09-01 19:00
Re: [整理贴]贴一下我的eclipse安装过程
怎样将英文界面改为中文
-
- 帖子: 3
- 注册时间: 2009-10-25 10:27
Re: [整理贴]贴一下我的eclipse安装过程
请问 我在解压时 提示
"
解压缩操作未执行
您没有权限将归档文件解压缩到文件夹“file:///opt”中
"
我要怎么获取这个权限
"
解压缩操作未执行
您没有权限将归档文件解压缩到文件夹“file:///opt”中
"
我要怎么获取这个权限
-
- 帖子: 21
- 注册时间: 2010-01-22 8:25
-
- 帖子: 34
- 注册时间: 2011-01-03 16:18
- 联系:
Re: [整理贴]贴一下我的eclipse安装过程
代码: 全选
7. 增加菜单项
root@ubuntu:/home/zhong/Desktop # cat > /usr/share/applications/eclipse.desktop << "EOF"
> [Desktop Entry]
> Encoding=UTF-8
> Name=Eclipse Platform
> Comment=Eclipse IDE
> Exec=eclipse
> Icon=/opt/eclipse/icon.xpm
> Terminal=false
> Type=Application
> Categories=GNOME;Application;Development;
> StartupNotify=true
> EOF
在通往牛逼的路上,我一路狂奔!
-
- 帖子: 120
- 注册时间: 2010-12-23 10:23
Re: [整理贴]贴一下我的eclipse安装过程
用手敲一遍.....chw_albert 写了:怎么执行?贴在终端 老是显示 “>”代码: 全选
7. 增加菜单项 root@ubuntu:/home/zhong/Desktop # cat > /usr/share/applications/eclipse.desktop << "EOF" > [Desktop Entry] > Encoding=UTF-8 > Name=Eclipse Platform > Comment=Eclipse IDE > Exec=eclipse > Icon=/opt/eclipse/icon.xpm > Terminal=false > Type=Application > Categories=GNOME;Application;Development; > StartupNotify=true > EOF
-
- 帖子: 130
- 注册时间: 2011-07-25 9:25
Re: [整理贴]贴一下我的eclipse安装过程
Mark, 下次使用.如果可以, 能不能讲解下:
这个,和ln创建链接是什么区别???> #!/bin/sh
> export MOZILLA_FIVE_HOME="/usr/lib/mozilla/" #为什么要有这句呢?
> export ECLIPSE_HOME="/opt/eclipse"
> $ECLIPSE_HOME/eclipse $* #这句话是执行么?
> # End /usr/bin/eclipse
代码: 全选
习惯->喜欢->爱上.
- linforest
- 帖子: 129
- 注册时间: 2008-12-23 16:38
Re: [整理贴]贴一下我的eclipse安装过程
不错,回头试试去
- linforest
- 帖子: 129
- 注册时间: 2008-12-23 16:38
Re: [整理贴]贴一下我的eclipse安装过程
是不是输入时该去掉“>”?chw_albert 写了:怎么执行?贴在终端 老是显示 “>”代码: 全选
7. 增加菜单项 root@ubuntu:/home/zhong/Desktop # cat > /usr/share/applications/eclipse.desktop << "EOF" > [Desktop Entry] > Encoding=UTF-8 > Name=Eclipse Platform > Comment=Eclipse IDE > Exec=eclipse > Icon=/opt/eclipse/icon.xpm > Terminal=false > Type=Application > Categories=GNOME;Application;Development; > StartupNotify=true > EOF