首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在eclipse中运行Jitsi SIP communicator

在eclipse中运行Jitsi SIP communicator
EN

Stack Overflow用户
提问于 2013-08-01 19:51:18
回答 1查看 1.6K关注 0票数 0

我在我的应用程序中使用Jitsi聊天,我通过SVN将Jitsi源代码下载到我的eclipse.I中。我必须使用Ant构建这个项目并开始工作。我使用Ant执行build.xml,当我运行项目时构建是successful.But,因为Java application抛出了很多异常。

代码语言:javascript
复制
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)

我只看到exceptions.It的一部分说一些参考文件丢失了。我已经运行了应用程序,并开始对其进行更改。

任何帮助都是非常感谢的。

EN

回答 1

Stack Overflow用户

发布于 2013-08-23 05:08:01

我在使用netbeans IDE时遇到了类似的问题。将"sc-bundle“目录添加到源路径。这应该可以解决捆绑包的问题

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/17993290

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档