且构网

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

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

更新时间:2022-04-06 23:58:22

在将我的 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