2012-10-26 76 views
0

我在運行eclipse RCP應用程序時遇到了問題。我能夠從eclipse運行它,但是當我創建一個exe文件並嘗試運行它時,我看到以下錯誤。所有必需的插件都在plugins文件夾中。任何人都知道問題是什麼?eclipse rcp啓動問題

!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 [email protected]: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 [email protected]: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 [email protected]: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). 
+0

修復了config.ini文件..它工作... – icon666

回答

0

在eclipse中創建.exe之前是否同步了它?

1

試試這個,

  1. 轉到 「運行 - >運行配置...」。

  2. 選擇「插件」選項卡。

  3. 單擊「添加所需的插件」按鈕。

這是超過here提及。