0

チャット用のアプリケーションで Jitsi を使用しています。SVN を介して Jitsi ソース コードを eclipse にダウンロードしました。Ant を使用してこのプロジェクトをビルドし、作業を開始する必要があります。Ant を使用して build.xml を実行したところ、ビルドは成功しました。プロジェクトをJavaアプリケーションとして実行すると、多くの例外がスローされます。

Auto-properties install: reference:file:sc-bundles/plugin-msofficecomm.jar (org.osgi.framework.BundleException: Unable to cache bundle: reference:file:sc-bundles/plugin-msofficecomm.jar - java.io.IOException: Referenced file does not exist: sc-bundles\plugin-msofficecomm.jar)
org.osgi.framework.BundleException: Unable to cache bundle: reference:file:sc-bundles/plugin-msofficecomm.jar
    at org.apache.felix.framework.Felix.installBundle(Felix.java:2545)
    at org.apache.felix.framework.Felix.installBundle(Felix.java:2501)
    at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:150)
    at org.apache.felix.main.AutoProcessor.processAutoProperties(AutoProcessor.java:296)
    at org.apache.felix.main.AutoProcessor.process(AutoProcessor.java:79)
    at org.apache.felix.main.Main.main(Main.java:291)
    at net.java.sip.communicator.launcher.SIPCommunicator.main(SIPCommunicator.java:153)
Caused by: java.io.IOException: Referenced file does not exist: sc-bundles\plugin-msofficecomm.jar
    at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:842)
    at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:549)
    at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:148)
    at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:251)
    at org.apache.felix.framework.Felix.installBundle(Felix.java:2541)

例外の一部しかありません。一部の参照ファイルが欠落していると表示されます。アプリケーションを実行し、変更を開始しました。

どんな助けでも大歓迎です。

4

1 に答える 1

1

netbeans IDE の使用中に同様の問題が発生しました。「sc-bundle」ディレクトリをソース パスに追加します。バンドルの問題を解決するはずです

于 2013-08-22T21:08:01.410 に答える