问题描述
- Cling开发,用的demo里面的Browser,找不到class
-
Could not find class 'org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl$1', referenced from method org.fourthline.cling.transport.impl.AsyncServletStreamServerImpl.createServletCould not find class 'org.eclipse.jetty.server.Request', referenced from method org.fourthline.cling.transport.impl.jetty.JettyServletContainer.isConnectionOpen
Could not find class 'org.eclipse.jetty.server.bio.SocketConnector', referenced from method org.fourthline.cling.transport.impl.jetty.JettyServletContainer.addConnector
Could not find class 'org.eclipse.jetty.server.Server', referenced from method org.fourthline.cling.transport.impl.jetty.JettyServletContainer.resetServer
基本就是这个问题,都说是jar包的问题,能不能详细一点,都是要引用哪些包?另外,到底是不是这个问题,有没有人会的。
我用的cling-distribution-2.0.1包含:
cling-mediarenderer-2.0.1-standalone.jar
cling-workbench-2.0.1-standalone.jarcling-core-2.0.1.jar
cling-core-2.0.1-sources.jar
seamless-http-1.1.0.jar
seamless-util-1.1.0.jar
seamless-xml-1.1.0.jarcling-support-2.0.1.jar
cling-support-2.0.1-sources.jar
加粗的是我目前引用的,我用的是手机测试程序,不打开手机无线,程序不会出问题,一打开手机的无线,程序就会自动终止,Logcat里面的就是上面的情况,有没有遇到的是一样的问题,求解决,另外我刚开始学习UPnP。
解决方案
请问这个问题解决了吗?我也遇到同样的问题了,jetty的Jar已经加上去了,还是报找不到类。如果已经解决了,请问是怎么解决的呢?谢谢
解决方案二:
请问这个问题解决了吗?我也遇到同样的问题了,jetty的Jar已经加上去了,还是报找不到类。如果已经解决了,请问是怎么解决的呢?谢谢