0

Java Web アプリケーションを eclipse kepler にデプロイしました。しかし、プロジェクトをクリーンアップしてビルドすると、Eclipseからプロンプトが表示され、次のようになります


Errors occurred during the build.
Errors running builder 'Integrated External Tool Builder' on project 'MY_PROJECT'.
Launch configuration type id "org.maven.ide.eclipse.Maven2BuilderConfigurationType" does not exist.
Possible causes:
    Missing specification of a launch type (missing plug-in)
    Incorrect launch configuration XML
Launch configuration type id "org.maven.ide.eclipse.Maven2BuilderConfigurationType" does not exist.
Possible causes:
    Missing specification of a launch type (missing plug-in)
    Incorrect launch configuration XML

4

1 に答える 1

0

一部のプラグインが不足しているためです。したがって、最近のプラグインをすべて削除して新しいワークスペースを 1 つ作成し、すべてのプラグインを再度挿入して Web プロジェクトを再度起動することができます。

また、展開時に、新しいApacheサーバーを再度作成していることを確認してください。作成したサーバーを再度使用しないでください。

于 2013-11-01T06:07:10.390 に答える