0

私はEclipseを初めて使用し、RCPプロジェクトにいくつかの変更を加えるように依頼されました。今、私はそれを実行させることができません。残念ながら、著者に連絡して助けを求めることはできません。解決策につながるヒントをいただければ幸いです。アプリケーションをランチすると、次のログメッセージが表示されます。

!ENTRY org.eclipse.osgi 2 0 2012-11-07 09:03:45.878
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-07 09:03:45.878
!MESSAGE Bundle update@plugins/org.eclipse.team.core.nl1_3.3.0.I20070607.jar was not resolved.
!SUBENTRY 2 org.eclipse.team.core.nl1 2 0 2012-11-07 09:03:45.878
!MESSAGE Missing host org.eclipse.team.core_[3.2.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-07 09:03:45.878
!MESSAGE Bundle update@plugins/org.eclipse.emf.edit.ui.nl1_2.3.0.v200706262000.jar was not resolved.
!SUBENTRY 2 org.eclipse.emf.edit.ui.nl1 2 0 2012-11-07 09:03:45.878
!MESSAGE Missing host org.eclipse.emf.edit.ui_[2.0.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-07 09:03:45.878
!MESSAGE Bundle update@plugins/org.eclipse.team.ui.nl1_3.3.0.I20070607.jar was not resolved.
!SUBENTRY 2 org.eclipse.team.ui.nl1 2 0 2012-11-07 09:03:45.878
!MESSAGE Missing host org.eclipse.team.ui_[3.2.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-07 09:03:45.878
!MESSAGE Bundle update@plugins/org.eclipse.rcp.nl1_3.2.0.v20070612.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcp.nl1 2 0 2012-11-07 09:03:45.878
!MESSAGE Missing host org.eclipse.rcp_[3.2.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-07 09:03:45.878
!MESSAGE Bundle update@plugins/org.eclipse.ui.win32.nl1_3.2.100.I20070319-0010.jar was not resolved.
!SUBENTRY 2 org.eclipse.ui.win32.nl1 2 0 2012-11-07 09:03:45.878
!MESSAGE Missing host org.eclipse.ui.win32_[3.2.0,4.0.0).

!ENTRY org.eclipse.osgi 2 0 2012-11-07 09:03:45.878
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-07 09:03:45.878
!MESSAGE Bundle update@plugins/org.eclipse.emf.edit.ui.nl1_2.3.0.v200706262000.jar [29] was not resolved.
!SUBENTRY 2 org.eclipse.emf.edit.ui.nl1 2 0 2012-11-07 09:03:45.878
!MESSAGE Missing host org.eclipse.emf.edit.ui_[2.0.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-07 09:03:45.878
!MESSAGE Bundle update@plugins/org.eclipse.team.ui.nl1_3.3.0.I20070607.jar [45] was not resolved.
!SUBENTRY 2 org.eclipse.team.ui.nl1 2 0 2012-11-07 09:03:45.878
!MESSAGE Missing host org.eclipse.team.ui_[3.2.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-07 09:03:45.878
!MESSAGE Bundle update@plugins/org.eclipse.ui.win32.nl1_3.2.100.I20070319-0010.jar [66] was not resolved.
!SUBENTRY 2 org.eclipse.ui.win32.nl1 2 0 2012-11-07 09:03:45.878
!MESSAGE Missing host org.eclipse.ui.win32_[3.2.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-07 09:03:45.878
!MESSAGE Bundle update@plugins/org.eclipse.team.core.nl1_3.3.0.I20070607.jar [83] was not resolved.
!SUBENTRY 2 org.eclipse.team.core.nl1 2 0 2012-11-07 09:03:45.878
!MESSAGE Missing host org.eclipse.team.core_[3.2.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-07 09:03:45.878
!MESSAGE Bundle update@plugins/org.eclipse.rcp.nl1_3.2.0.v20070612.jar [124] was not resolved.
!SUBENTRY 2 org.eclipse.rcp.nl1 2 0 2012-11-07 09:03:45.878
!MESSAGE Missing host org.eclipse.rcp_[3.2.0,4.0.0).

I am using a windows 7 Enterprise 64 (4GB) and Eclipse Juno 64. 
4

1 に答える 1

0

起動構成を開き (実行 --> 実行構成)、起動構成を選択します。[プラグイン] タブに移動し、[プラグインの検証] をクリックします。そこに不足しているすべてのプラグインが表示されるはずです。不足しているプラ​​グインを追加し続けます。

于 2012-11-07T10:25:36.880 に答える