开发者

Eclipse helios is not starting in Windows

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)开发者_运维技巧


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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜