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

2010-09-29 Thread Carsten Dominik
Hi everyone, once this is resolved, I believe this would be important to be added to the FAQ. Can someone please take care of this? Thanks! - Carsten On Sep 28, 2010, at 7:00 PM, Achim Gratz wrote: John Hendy writes: Can you check your CLASSPATH environment variable? Mine is (not sure i

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

2010-09-27 Thread John Hendy
Markus, Can you check your CLASSPATH environment variable? Mine is (not sure if it's correct, but it works...): .;C:\Program Files\Java\jre6\lib\ext\QTJava.zip Do you have one set? Is this any help? http://download.oracle.com/javase/tutorial/essential/environment/paths.html This is quite odd

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

2010-09-27 Thread Sebastian Rose
Markus Heller writes: > Sebastian Rose writes: > >> Markus Heller writes: >>> 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 >

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

2010-09-27 Thread Sebastian Rose
Markus Heller writes: > 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

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

2010-09-27 Thread Sebastian Rose
>> 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 follow