View Single Post
  #6 (permalink)  
Old 12-03-2008, 01:43 AM
joannaxxvi joannaxxvi is offline
Junior Member
 
Posts: 6
Default

Quote:
Originally Posted by mohaps View Post
I found this link on deploying a zimlet into Zimbra Desktop (zdesktop_0_91_build_1344_win32):
OpenHack2008 - Zimbra :: Wiki


got this error:




I scanned the jar files in the install directory and the ZimletUtil class is not there. Any ideas as to how to deploy the zimlet into ZDesktop?
I was also having the same problem, I eventually found out that you have to use '\' instead of '/', plus you have to specifically write the path of the jar files instead of '*'. Hope the code below works for you..

C:\Documents and Settings\<Your Home Directory>\Local Settings\Application Data\Zimbra\zdesktop>jre\bin\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;jettycommon\lib\commons-codec-1.3.jar;jetty\common\lib\json.jar;jetty\common\lib \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.ZimletUtil deploy zimlets/<Your Zimlet>
Reply With Quote