Eclipse helios 未在 Windows 中启动

发布于 2024-11-10 16:39:46 字数 391 浏览 2 评论 0原文

我已经下载了最新的zip eclipse-java-helios-SR1-win32.zip,解压内容后只需单击eclipse.exe。

它在日志中抛出以下异常。

!ENTRY org.eclipse.osgi 4 0 2011-06-01 14:31:39.656 !信息 !堆栈0 java.util.zip.ZipException:打开 zip 文件时出现异常:D:\softwares\eclipse-helios\eclipse\plugins\org.eclipse.compare.win32_1.0.100.I20100505-1245.jar 在 org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:264)

I have downloaded the latest zip eclipse-java-helios-SR1-win32.zip, and just clicked on eclipse.exe after extracting the content.

It throws the following Exception in the logs.

!ENTRY org.eclipse.osgi 4 0 2011-06-01 14:31:39.656
!MESSAGE
!STACK 0
java.util.zip.ZipException: Exception in opening zip file: D:\softwares\eclipse-helios\eclipse\plugins\org.eclipse.compare.win32_1.0.100.I20100505-1245.jar
at org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:264)

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

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

发布评论

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

评论(2

穿越时光隧道 2024-11-17 16:39:46

您是否在错误日志中看到“打开的文件过多”消息?在网上快速搜索后发现,如果打开的 jar 文件太多,通常会弹出此消息。
尝试将以下行添加到您的configuration\config.ini 文件中,看看是否有帮助:

osgi.bundlefile.limit=100

Do you see a "Too many open files" message in your error log? A quick search on the web showed me that this message usually pops up if there are too many opened jar files.
Try adding the following line to your configuration\config.ini file and see if it helps:

osgi.bundlefile.limit=100

等风也等你 2024-11-17 16:39:46

啊...这是错误的二进制文件。我下载的是64位的而不是32位的。我的不好。 :-)

Ah... It's wrong binaries. I have downloaded the one for 64bit instead of 32 bit. My bad. :-)

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