[整理贴]贴一下我的eclipse安装过程

软件和网站开发以及相关技术探讨
m425
帖子: 28
注册时间: 2005-09-03 11:00

#16

帖子 m425 » 2005-10-07 19:24

好及时,eclipse的版本好像又更新了.希望楼主的贴子内容也作相应的更新.
moya777
帖子: 20
注册时间: 2006-01-02 17:35

#17

帖子 moya777 » 2006-01-08 22:52

赞一个。写的很好 :lol:
zhenggc1
帖子: 1
注册时间: 2006-03-02 22:00

在编辑html或者jsp的时候还有些问题,我用的是htmleditor插件

#18

帖子 zhenggc1 » 2006-03-02 22:06

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是怎么样一个情况。
aaronfromchina
帖子: 79
注册时间: 2006-03-02 23:16
来自: 深圳

#19

帖子 aaronfromchina » 2006-10-03 0:27

为什么不直接
sudo apt-get install eclipse
安装呢?

这两种安装方法有什么区别?
winstars
帖子: 131
注册时间: 2006-09-07 16:02

#20

帖子 winstars » 2006-12-07 22:29

song8159 写了:太好了
用netbeans+jboss+mysql一直没有解决中文的问题
不知道你的开发环境中文支持怎么样?
统一你的编码先
winstars
帖子: 131
注册时间: 2006-09-07 16:02

#21

帖子 winstars » 2006-12-07 22:31

aaronfromchina 写了:为什么不直接
sudo apt-get install eclipse
安装呢?

这两种安装方法有什么区别?
apt里版本太低。
直接安装官方提供的不比apt差。除开swt不谈,eclipse本身已经是最终程序了,没必要用apt来装
头像
adqin
帖子: 1417
注册时间: 2007-01-24 22:07
来自: http://adqin.cn
联系:

#22

帖子 adqin » 2007-02-14 5:24

不错,实际上我安装了Eclipse,不过那篇文章没有楼主这样的详细。
插件这些都没有搞,现在安装一个中文包先。以后还要装一个PHPEclipse
插件,到时候搞不定还请楼主多帮忙了哦
here2142
帖子: 46
注册时间: 2009-09-01 19:00

Re: [整理贴]贴一下我的eclipse安装过程

#23

帖子 here2142 » 2009-09-27 21:29

怎样将英文界面改为中文
myselfjdq
帖子: 3
注册时间: 2009-10-25 10:27

Re: [整理贴]贴一下我的eclipse安装过程

#24

帖子 myselfjdq » 2009-10-27 17:43

请问 我在解压时 提示
"
解压缩操作未执行

您没有权限将归档文件解压缩到文件夹“file:///opt”中
"

我要怎么获取这个权限
liuyt123
帖子: 21
注册时间: 2010-01-22 8:25

Re: [整理贴]贴一下我的eclipse安装过程

#25

帖子 liuyt123 » 2010-09-13 16:37

非常 好
chw_albert
帖子: 34
注册时间: 2011-01-03 16:18
联系:

Re: [整理贴]贴一下我的eclipse安装过程

#26

帖子 chw_albert » 2011-01-11 23:05

代码: 全选

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 
怎么执行?贴在终端 老是显示 “>”
在通往牛逼的路上,我一路狂奔!
pengqian
帖子: 120
注册时间: 2010-12-23 10:23

Re: [整理贴]贴一下我的eclipse安装过程

#27

帖子 pengqian » 2011-01-21 7:01

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 
怎么执行?贴在终端 老是显示 “>”
用手敲一遍.....
inkb_hyc
帖子: 130
注册时间: 2011-07-25 9:25

Re: [整理贴]贴一下我的eclipse安装过程

#28

帖子 inkb_hyc » 2011-08-18 20:56

Mark, 下次使用.如果可以, 能不能讲解下:
> #!/bin/sh
> export MOZILLA_FIVE_HOME="/usr/lib/mozilla/" #为什么要有这句呢?
> export ECLIPSE_HOME="/opt/eclipse"
> $ECLIPSE_HOME/eclipse $* #这句话是执行么?
> # End /usr/bin/eclipse
这个,和ln创建链接是什么区别???

代码: 全选

习惯->喜欢->爱上.
头像
linforest
帖子: 129
注册时间: 2008-12-23 16:38

Re: [整理贴]贴一下我的eclipse安装过程

#29

帖子 linforest » 2014-06-25 23:51

不错,回头试试去
头像
linforest
帖子: 129
注册时间: 2008-12-23 16:38

Re: [整理贴]贴一下我的eclipse安装过程

#30

帖子 linforest » 2014-06-26 13:20

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 
怎么执行?贴在终端 老是显示 “>”
是不是输入时该去掉“>”?
回复