0

「Eclipse製品エクスポートウィザード」を使用してさまざまなオペレーティングシステムにエクスポートするEclipse製品があります

アプリケーションは以前はエクスポートにjavax.mail_1.4.0.v201005080615.jarを含めていましたが、jarは不要になりました。

アプリケーションはこのjarがなくても完全に実行されますが、prから削除すると

ただし、依存関係から削除すると、次の例外が発生します

C:\Users\Kris\workspace.metadata.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\assemble.org.eclipse.pde.container.feature.p2.xml:47: The following error occurred while executing this line: C:\Users\Kris\workspace.metadata.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\assemble.org.eclipse.pde.container.feature.p2.xml:127: Messages while mirroring artifact descriptors. Artifact not found: osgi.bundle,javax.mail,1.4.0.v201005080615. The following error occurred while executing this line: C:\Users\Kris\workspace.metadata.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\assemble.org.eclipse.pde.container.feature.p2.xml:127: Messages while mirroring artifact descriptors. Artifact not found: osgi.bundle,javax.mail,1.4.0.v201005080615.

それが何を意味するのか私にはわからないので、それは最も厄介ですか?!

次に、アプリケーションをデプロイするときに、エクスポートに含まれているこのjarも削除する必要があります

助けて、ええと!

クリス

4

1 に答える 1

1

すべてのプラグインと機能プロジェクトを検索して、「javax.mail」が予期しない場所にないことを確認します。また、新しいディレクトリにエクスポートしていることを確認してください(他に何も見つからないようにするため)。

于 2012-05-24T22:34:17.153 に答える