View Single Post
  #17 (permalink)  
Old 08-31-2009, 02:33 PM
bmw bmw is offline
Loyal Member
 
Posts: 93
Default

I found it. Another space.
POSTER: Please be sure when posting code you proof it before publishing the post.
USER: Please be sure to proof before running script.

As follows:
Code:
~/zimbra/zdesktop$ java -cp jetty/lib/log4j-1.2.8.jar:jetty/common/lib/commons-httpclient-3.0.jar:jetty/common/lib/mail.jar:jetty/common/lib/commons-logging.jar:jetty/common/lib/commons-codec-1.3.jar:jetty/common/lib/json.jar:jetty/common /lib/dom4j-1.5.jar:jetty/common/lib/zimbracommon.jar:jetty/webapps/service/WEB-INF/lib/zimbrastore.jar -Dzimbra.config=conf/localconfig.xml com.zimbra.cs.zimlet.ZimletUtil deploy zimlets/orangesoda.zip
Exception in thread "main" java.lang.NoClassDefFoundError: /lib/dom4j-1/5/jar:jetty/common/lib/zimbracommon/jar:jetty/webapps/service/WEB-INF/lib/zimbrastore/jar
Caused by: java.lang.ClassNotFoundException: .lib.dom4j-1.5.jar:jetty.common.lib.zimbracommon.jar:jetty.webapps.service.WEB-INF.lib.zimbrastore.jar
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: /lib/dom4j-1.5.jar:jetty/common/lib/zimbracommon.jar:jetty/webapps/service/WEB-INF/lib/zimbrastore.jar.  Program will exit.

Last edited by bmw; 08-31-2009 at 02:45 PM..
Reply With Quote