2013-08-01 4 views
0

채팅을 위해 애플리케이션에 Jitsi를 사용하고 있습니다. SVN을 통해 Jitsi 소스 코드를 내 eclipse.I로 다운로드했습니다.이 프로젝트를 Ant로 빌드하고 작업을 시작해야합니다. 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"디렉토리를 추가하십시오. 번들 문제를 해결해야합니다.