关于eclipse的安装

软件和网站开发以及相关技术探讨
回复
头像
bobobo80
帖子: 841
注册时间: 2007-12-09 22:36
联系:

关于eclipse的安装

#1

帖子 bobobo80 » 2008-03-14 23:22

在官网上下了eclipse for c,配置好了java环境,解压后运行,出现如下问题。

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.[quote]
头像
异域追梦者
帖子: 424
注册时间: 2008-02-18 0:25
联系:

#2

帖子 异域追梦者 » 2008-03-18 20:17

貌似权限问题
图片
头像
lveyo
帖子: 38
注册时间: 2008-04-03 11:51

#3

帖子 lveyo » 2008-04-08 16:23

Please check that this directory has no read/write restrictions and your hard disk is not full or close to full.
头像
xiaosilent
帖子: 513
注册时间: 2006-05-09 9:59
来自: 四川成都
联系:

#4

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

不知道楼主解决问题了没有, 试试

代码: 全选

mkdir ~/.mozilla/eclipse
spiritfrog
帖子: 274
注册时间: 2007-08-04 13:04

#5

帖子 spiritfrog » 2008-05-12 23:53

xiaosilent 写了:不知道楼主解决问题了没有, 试试

代码: 全选

mkdir ~/.mozilla/eclipse
我也碰到这个问题。
这样就可以了,呵呵,不知道为什么?
似乎java的程序运行都有这个问题。
:lol:
头像
20051234512345
帖子: 91
注册时间: 2007-12-19 12:02

#6

帖子 20051234512345 » 2008-05-22 11:03

:D 正解.
头像
itux
帖子: 223
注册时间: 2008-01-10 14:03

#7

帖子 itux » 2008-05-22 23:05

呵呵,我没碰上,感觉怪怪的,可能是三个方面的原因吧:
一:下载的包有错误,建议查一下md5值
二:没有安装jdk
三:解压权限问题,试试将原始bin包使用

代码: 全选

sudo chmod +x package.bin
然后安装[/code]
头像
sfree
帖子: 603
注册时间: 2007-03-17 1:24
来自: 湖南长沙

#8

帖子 sfree » 2008-05-22 23:18

我也碰到的是这个问题
回复