eclipse galileo 没有响应 ubuntu 64 位

发布于 2024-08-28 16:49:56 字数 146 浏览 8 评论 0原文

我在 ubuntu 64 位系统上使用 eclipse galileo 时遇到问题。当我打开它时,启动屏幕会变成灰色,但会继续加载,然后当 Eclipse 打开时,它会显示安全存储密码请求并挂起。我不知道可能出了什么问题,以前工作正常,如果您有或遇到同样的问题,请告诉我该怎么办

I'm having a problem with eclipse galileo on ubuntu 64-bit system. when ever i open it the splash scree turns gray but keeps loading and then when eclipse opens it shows the secure storage password request and hangs. I dont know what could be wrong, it used to work fine before, if you have or had the same problem please tell me what to do

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

很糊涂小朋友 2024-09-04 16:49:56

我在 Galileo (3.5) 和 Helios (3.6) 上发生过这种情况。

如果删除 .eclipse,您将丢失通过帮助 | 安装的所有软件。安装新软件菜单选项。

删除文件 ~/.eclipse/org.eclipse.equinox.security/secure_storage 就足够了

I have had this happen on Galileo (3.5) and Helios (3.6).

If you delete .eclipse you will lose all software installed through the Help | Install New Software menu option.

It is enough to delete the file ~/.eclipse/org.eclipse.equinox.security/secure_storage

朱染 2024-09-04 16:49:56

尝试清理 $HOME$/.eclipse 目录。

最好一开始就重命名。

看看会发生什么

Try clean $HOME$/.eclipse directory.

Its better to just rename at first.

See what happens

陪我终i 2024-09-04 16:49:56

每当我在历史记录选项卡打开的情况下关闭 Eclipse 时,就会发生这种情况。

虽然不是最好的解决方案,为了解决这个问题,我使用 sudo 启动 eclipse。我让它完成加载,然后选择与历史记录不同的选项卡。我关闭 eclipse,然后递归地将 .metadata 中文件的所有者更改回我的主用户。

如果您需要命令:(在我的例子中,我从 /home/wally/workspace 运行此命令)

 sudo chown -R wally:wally .metadata

据我所知,存在一些竞争条件。

(另外,您可能不会完全使用“wally:wally”,而是“您的用户名:您的组”)

This happens to me whenever I shutdown eclipse with the history tab open.

While not the best solution, to solve it I start eclipse with sudo. I let it finish loading, then select a different tab than history. I Shutdown eclipse, then I recursively change the owner of the files in .metadata back to my main user.

In case you need the command: (in my case I run this from /home/wally/workspace)

 sudo chown -R wally:wally .metadata

As far as I can tell, there's some race condition going on.

(also, it's likely that you won't use exactly "wally:wally" but "your username:your group)

情感失落者 2024-09-04 16:49:56

试试这个:

export GDK_NATIVE_WINDOWS=true

然后从同一个终端窗口的命令行运行 eclipse。

Try this:

export GDK_NATIVE_WINDOWS=true

then run eclipse from command line from the same terminal window.

叹倦 2024-09-04 16:49:56

我建议从 synaptic 中删除 openjdk 并安装 sun java。完成此操作后,请使用“sudo update-java-alternatives --set java-6-sun”将 sun-java 用作默认 JRE。

Eclipse 过去对我来说运行速度非常慢,而这个方法很有效。也许它对你也有帮助。

I would suggest removing openjdk from synaptic and install sun java. Once you do that , use "sudo update-java-alternatives --set java-6-sun" to use sun-java as the default JRE.

Eclipse used to work really slow for me, and this method worked. Maybe it helps you too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文