View Single Post
  #9 (permalink)  
Old 02-12-2009, 02:47 PM
sdrury sdrury is offline
Loyal Member
 
Posts: 99
Default

Getting:

C:\zimbra\zdesktop>java -cp jetty\lib\log4j-1.2.8.jar;jetty\common\lib\commons-h
ttpclient-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\l
ib\dom4j-1.5.jar;jetty\common\lib\zimbracommon.jar;jetty\we bapps\service\WEB-INF
\lib\zimbrastore.jar -Dzimbra.config=conf\localconfig.xml com.zimbra.cs.zimlet.Z
imletUtil deploy zimlets\com_zimbra_emailreminder.zip
Exception in thread "main" java.lang.NoClassDefFoundError: com/zimbra/cs/zimlet/
ZimletUtil
Caused by: java.lang.ClassNotFoundException: com.zimbra.cs.zimlet.ZimletUtil
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: com.zimbra.cs.zimlet.ZimletUtil. Program will ex
it.
Reply With Quote