emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: ditaa set-up on windows box


From: Sebastian Rose
Subject: Re: [Orgmode] Re: ditaa set-up on windows box
Date: Mon, 27 Sep 2010 19:08:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]