[问题]关于Eclipse 的读写权限问题

软件和网站开发以及相关技术探讨
回复
头像
xiaosilent
帖子: 513
注册时间: 2006-05-09 9:59
来自: 四川成都
联系:

[问题]关于Eclipse 的读写权限问题

#1

帖子 xiaosilent » 2008-04-21 14:53

eclipse 3.3 , 解压在 ~/Java/eclipse , 启动时报:

代码: 全选

Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features.
是权限问题?

现有权限:

代码: 全选

xiao@hardy:~/Java$ ls -l
总用量 8
drwxrwsrwx 7 xiao xiao 4096 2008-04-21 14:48 eclipse
drwxr-xr-x 3 xiao xiao 4096 2008-04-21 14:44 workspace
xiao@hardy:~/Java$ cd eclipse
xiao@hardy:~/Java/eclipse$ ls -l
总用量 384
drwxrwsrwx  2 xiao xiao   4096 2008-04-21 14:43 about_files
-rw-rw-rw-  1 xiao xiao  13852 2008-02-28 14:52 about.html
drwxrwsrwx  8 xiao xiao   4096 2008-04-21 14:44 configuration
-rwxrwxrwx  1 xiao xiao  21423 2008-02-28 14:52 eclipse
-rw-rw-rw-  1 xiao xiao     92 2008-02-28 14:52 eclipse.ini
-rw-rw-rw-  1 xiao xiao  16536 2008-02-28 14:52 epl-v10.html
drwxrwsrwx 25 xiao xiao   4096 2008-04-21 14:43 features
-rw-rw-rw-  1 xiao xiao   9022 2008-02-28 14:52 icon.xpm
-rwxrwxrwx  1 xiao xiao 266168 2008-02-28 14:52 libcairo-swt.so
-rw-rw-rw-  1 xiao xiao   6506 2008-02-28 14:52 notice.html
drwxrwsrwx 13 xiao xiao  20480 2008-04-21 14:43 plugins
drwxrwsrwx  2 xiao xiao   4096 2008-04-21 14:43 readme
头像
xiaosilent
帖子: 513
注册时间: 2006-05-09 9:59
来自: 四川成都
联系:

#2

帖子 xiaosilent » 2008-04-21 17:29

晕, 搞定

代码: 全选

xiao@hardy:~$ mkdir ~/.mozilla/eclipse


不解 :?: :?: :?: :lol: :lol: :lol:
kolavo
帖子: 4
注册时间: 2007-08-03 21:00

#3

帖子 kolavo » 2008-04-26 20:54

我也是一样的问题,这是为什么呀?
wudongdeye
帖子: 7
注册时间: 2008-04-29 21:40

myeclipse6。0的问题

#4

帖子 wudongdeye » 2008-05-07 16:30

An error has occurred. See error log for more details. 113
我在 点击MYEXLIPSE 里面的tomcat6.0的时候 出现这个问题

我 用的是JDK6。0 eclipse3。3 myeclipse6。0
还有就是 启动eclipse后 点新建 web工程 等 也是没反应的
回复