安装 egit 后 Eclipse 挂起

发布于 2024-12-29 14:15:15 字数 417 浏览 0 评论 0原文

我正在使用 Eclipse Indigo。今天我尝试使用链接“http://download.eclipse.org/releases/indigo”安装 egit 插件。

在安装 egit 时,我的代理被压扁了,安装被卡住了。然后我从不同的代理登录。东西就安装好了。

现在,当我尝试再次启动它时,出现此错误“访问不可适应的元素 org.eclipse.ecf.examples.remoteservices.hello.ds.host”并且 eclipse 停止。

它不显示任何错误消息或任何内容。

我该如何解决这个问题?
我应该在不启动 IDE 的情况下将 Eclipse 代理设置重置到新位置吗? 或者我应该在安装 egit 之前将 eclipse 重置到某个点
??

请在答案中解释一下过程。

I am using Eclipse Indigo. Today I tried to install egit plugin using link "http://download.eclipse.org/releases/indigo".

While installing the egit, my proxy got squished and the install was stuck. I then logged in from a different proxy. The thing got installed.

Now when i am trying to start it again, i get this error "Accessing non-adaptable element org.eclipse.ecf.examples.remoteservices.hello.ds.host" and eclipse stops.

It does not show any error message or anything.

How should I solve this issue ??
Should i reset the eclipse proxy setting to a new location without starting the IDE ??
Or should I reset eclipse to a point before installing egit
??

Please explain the procedure in the answer.

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

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

发布评论

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

评论(2

骄兵必败 2025-01-05 14:15:15

检查这是否确实是代理问题。尝试在网络适配器断开连接后启动 eclipse(拔掉你的 lan/wifi 开关)这应该将 git 置于离线模式,你应该能够更改你的设置。当我们的版本控制工具(perforce)出现问题时,我们尝试过这个,并且我假设 git 也以类似的模式工作。

Check if this is really a proxy issue. Try launching eclipse after your network adapter is disconnected (unplug your lan/switch of wifi) This should put git in offline mode and you should be able to change your settings. We had tried this when we had issue with our versioning tool (perforce) and i am assuming git also works in a similar mode.

倾`听者〃 2025-01-05 14:15:15

从操作系统中完全删除 Eclipse。
附加:删除 /home/username/.eclipse 中的目录。
一切!

在终端中使用“locate eclipse”命令检查任何 eclipse 可执行文件。

使用“sudo apt-get install eclipse-platform”重新安装 Eclipse 软件包。
你的 Eclipse 会正常工作。检查是否有

Remove the Eclipse from OS completely.
Additional: Remove the directories in /home/username/.eclipse.
Everything!

Check for any eclipse executables using "locate eclipse" command in terminal.

Re-install the Eclipse Package using "sudo apt-get install eclipse-platform".
Your Eclipse will work fine. Check for the

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