2013-08-01 42 views
0

我在我的聊天應用程序中使用Jitsi。我通過SVN將Jitsi源代碼下載到我的eclipse中。我必須使用Ant構建此項目並開始working.I使用Ant執行build.xml並且構建成功了。但是當我以Java應用程序的形式運行項目時,很多異常都被拋出。在Eclipse中運行Jitsi SIP通信器

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) 

我只有一些部分的異常。它說一些參考文件丟失。 我已經運行該應用程序並開始對其進行更改。

任何幫助表示讚賞。

回答

1

我在使用netbeans IDE時遇到了類似的問題。將「sc-bundle」目錄添加到源路徑。應該解決捆綁問題