尝试安装 EclipseXul 插件时出错(在 GTK 中?)
当 在 EclipsePHP 上安装 EclipseXul 插件 时,它显示:
无法完成安装,因为 一项或多项必填项目无法 被发现。目前软件 已安装:共享配置文件 1.0.0.1288098146566(SharedProfile_epp.package.php 1.0.0.1288098146566) 缺少要求:共享配置文件 1.0.0.1288098146566(SharedProfile_epp.package.php 1.0.0.1288098146566) 需要 'SharedProfile_epp.package.php [1.0.0.1288098145696]'但它可以 找不到
出了什么问题吗?
--update
从终端运行时,当我打开更新窗口时,我可以看到一条消息:
** (Eclipse:3364): 关键 **: murrine_style_draw_box: 断言 `高度 >= -1' 失败
最近我通过脚本删除了整个主文件夹。也许这有什么问题..但我刚刚下载了一个全新的 Eclipse 安装并将其放在我的 /home/eclipse/ 文件夹中。
When installing EclipseXul plugin on EclipsePHP, it says:
Cannot complete the install because
one or more required items could not
be found. Software currently
installed: Shared profile
1.0.0.1288098146566 (SharedProfile_epp.package.php
1.0.0.1288098146566) Missing requirement: Shared profile
1.0.0.1288098146566 (SharedProfile_epp.package.php
1.0.0.1288098146566) requires 'SharedProfile_epp.package.php
[1.0.0.1288098145696]' but it could
not be found
Any idea what's wrong?
--update
When running from the terminal, I can see a message, when I open the updates windows:
** (Eclipse:3364): CRITICAL **: murrine_style_draw_box: assertion
`height >= -1' failed
Recently I have my whole home folder deleted by a script. Maybe there's something with this.. But I just downloaded a brand new Eclipse installation and put it in my /home/eclipse/ folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您当前的用户似乎没有 Eclipse 安装的写入权限,因此 Eclipse 创建共享配置来管理安装和其他配置。但是 eclipse 在 3.6 上有几个与共享安装相关的错误。
尝试将你的eclipse安装在有写权限的文件夹中,然后安装其他插件。
It seems your current user doesn't have write permission on your eclipse installation, so eclipse creates share configuration to manage the installation and other configurations. But eclipse has several bugs related to share installation on 3.6.
Try to install your eclipse in a folder that has write permission, then install other plug-ins.
当我从 Eclipse .zip 直接复制到 Program Files 时,我在 Win7 中遇到了同样的错误。 Eclipse 可以运行,但显然没有写权限。将其移至其他位置即可修复。
I got this same error in Win7 when I copied from the Eclipse .zip straight to Program Files. Eclipse would run, but apparently didn't have write permissions. Moving it somewhere else fixed it.
对于 Windows 用户:
For Windows Users: