eclipse rcp启动问题

eclipse rcp启动问题,eclipse,rcp,Eclipse,Rcp,我在运行eclipse RCP应用程序时遇到问题。我可以从eclipse运行它,但是当我创建一个exe文件并尝试运行它时,我看到以下错误。所有必需的插件都在plugins文件夹中。有人知道问题是什么吗 !ENTRY org.eclipse.osgi 2 0 2012-10-26 10:28:17.358 !MESSAGE One or more bundles are not resolved because the following root constraints are not res

我在运行eclipse RCP应用程序时遇到问题。我可以从eclipse运行它,但是当我创建一个exe文件并尝试运行它时,我看到以下错误。所有必需的插件都在plugins文件夹中。有人知道问题是什么吗

!ENTRY org.eclipse.osgi 2 0 2012-10-26 10:28:17.358

!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:

!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-26 10:28:17.359
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.ui.workbench_3.6.2.3-10-19-85532e_.jar/ was not resolved.

!SUBENTRY 2 org.eclipse.ui.workbench 2 0 2012-10-26 10:28:17.360

!MESSAGE Missing required bundle org.eclipse.core.databinding.observable_[1.2.0,2.0.0).

!SUBENTRY 2 org.eclipse.ui.workbench 2 0 2012-10-26 10:28:17.360

!MESSAGE Missing required bundle org.eclipse.core.databinding.property_[1.2.0,2.0.0).

!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-26 10:28:17.361

!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar/ was not resolved.

!SUBENTRY 2 org.eclipse.jface.databinding 2 0 2012-10-26 10:28:17.362

!MESSAGE Missing required bundle org.eclipse.core.databinding.property_[1.3.0,2.0.0).

!SUBENTRY 2 org.eclipse.jface.databinding 2 0 2012-10-26 10:28:17.363

!MESSAGE Missing required bundle org.eclipse.core.databinding.observable_[1.3.0,2.0.0).

!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-26 10:28:17.364

!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.core.databinding_1.3.100.I20100601-0800.jar/ was not resolved.

!SUBENTRY 2 org.eclipse.core.databinding 2 0 2012-10-26 10:28:17.365

!MESSAGE Missing required bundle org.eclipse.core.databinding.observable_[1.3.0,2.0.0).

!SUBENTRY 2 org.eclipse.core.databinding 2 0 2012-10-26 10:28:17.366

!MESSAGE Missing required bundle org.eclipse.core.databinding.property_[1.3.0,2.0.0).

在eclipse中创建.exe之前,您是否已经同步了它?

试试这个

  • 转到“运行->运行配置…”

  • 选择“插件”选项卡

  • 单击“添加所需插件”按钮


  • 上面已经提到了。

    修复了config.ini文件..它工作正常。。。