On 17 Jan 2003 at 0:28, Sung Kim wrote: > I'm running client cmd tool in $SLIDE_HOME/dist/client/bin > directory. > > Which tar fils has org/apache/commons/logging/LogFactory?
commons-logging.jar You have to download it from jakarta-commons and copy it to your client/lib and edit run.bat to include it into the classpath. > I think run.sh automatically include all needed tar files in > CLASS path. > > ---------------------------------------------------------------- > ocean 13> ./run.sh [ Slide ] $ open http://www connect http://www > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/commons/logging/LogFactory > at > org.apache.commons.httpclient.HttpClient.<clinit>(HttpClient.java > :96) > at > org.apache.webdav.lib.WebdavSession.getSessionInstance(WebdavSess > ion.java:183) > at > org.apache.webdav.lib.WebdavSession.getSessionInstance(WebdavSess > ion.java:162) > at > org.apache.webdav.lib.WebdavResource.setClient(WebdavResource.jav > a:1004) > at > org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.ja > va:1025) > at > org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.ja > va:1047) > at > org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.ja > va:1126) > at > org.apache.webdav.lib.WebdavResource.<init>(WebdavResource.java:2 > 68) > at org.apache.webdav.cmd.Client.connect(Client.java:314) > at > org.apache.webdav.cmd.ClientParser.connect(ClientParser.j > ava:789) at > org.apache.webdav.cmd.ClientParser.command(ClientParser.j > ava:295) at > org.apache.webdav.cmd.ClientParser.commands(ClientParser.java:221 > ) > at org.apache.webdav.cmd.Client.run(Client.java:159) at > org.apache.webdav.cmd.Slide.main(Slide.java:124) > > > > > -- > Sung Kim, UCSC > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
