>> does `org-ditaa-jar-path' have the correct value?
>> You can find out this way:
>>
>>     M-: org-ditaa-jar-path RET
>
> Yes, it does.
>
>> Can you execute 
>>
>>    java -jar c:\path\to\ditaa.jar --help
>>
>> on the command line using the value of that variable? 
>
> Doing this gives the following error:
>
> C:\Documents and Settings\mheller>java -jar C:\Documents and 
> Settings\mheller\.e
> macs.d\org-mode\contrib\scripts\ditaa.jar --help
> Exception in thread "main" java.util.zip.ZipException: The system cannot find 
> th
> e file specified
>         at java.util.zip.ZipFile.open(Native Method)
>         at java.util.zip.ZipFile.<init>(Unknown Source)
>         at java.util.jar.JarFile.<init>(Unknown Source)
>         at java.util.jar.JarFile.<init>(Unknown Source)


OK, it's a Java problem.

The packages java.util.zip and java.util.jar come with your Java
installation.  Jave couldn't access *.jar packages ortherwise.

Seems your Java is outdated.  An update/re-install will help.





HTH

  Sebastian

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to