0

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).
4

2 に答える 2

1

これを試して、

  1. 「実行->実行構成...」に移動します。

  2. 「プラグイン」タブを選択します。

  3. 「必要なプラグインを追加」ボタンをクリックします。

ここに記載されています。

于 2013-09-19T09:46:57.050 に答える
0

Eclipse で .exe を作成する前に同期しましたか?

于 2012-10-28T18:35:48.930 に答える