Hi folks...
Can't figure this simple problem out yet and the posts I 've read (incuding the Wiki instructions) do not seem to work, so any help would be much appreciated.
I am just trying to run the Java JAR example (i.e., the com_zimbra_example_javajar zimlet), but it doesn work, apparently because it can't find the corresponding class file (MyClass.class) using ZDesktop 1.0 over Linux (CentOS 5.5) and the _dev directory.
The
Wiki does not mention anything about ZDesktop for the Development Directory (it only says: "If using the Development Directory, you need to manually copy the JAR file into place and restart your server for the Java classes to become available. The location to copy the JAR file is: {zcs-install-dir}/jetty/webapps/zimlet/WEB-INF/lib", which obviously refers to ZCS, not ZD).
Putting the JAR file in the zimlet path (i.e., inside .../_dev/com_zimbra_example_javajar/), or in a similar to the recommended ZCS location for ZDesktop (e.g., in {zd-install-dir}/jetty/webapps/service/WEB-INF/lib), does not work.
Any ideas?
Thanks!