且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

尝试运行eclipse产品时出现异常

更新时间:2022-01-13 00:55:36

在将我的Eclipse 3.7应用程序更新到4.3之后,我遇到了同样的问题。解决方案是使用以下内容替换产品文件中的标签内容:

I had the same problem after updating my Eclipse 3.7 application to 4.3. The solution was to replace the contents of the tag in my product file with the following:

<configurations>
   <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="2" />
   <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="3" />
   <plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="3" />
</configurations>

另请参阅 http://wiki.eclipse.org/Eclipse4/RCP/FAQ#Why_won.27t_my_application_start.3F