Eclipse helios 未在 Windows 中启动
我已经下载了最新的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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否在错误日志中看到“打开的文件过多”消息?在网上快速搜索后发现,如果打开的 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
啊...这是错误的二进制文件。我下载的是64位的而不是32位的。我的不好。 :-)
Ah... It's wrong binaries. I have downloaded the one for 64bit instead of 32 bit. My bad. :-)