From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: ditaa set-up on windows box Date: Sat, 25 Sep 2010 15:54:49 +0200 Message-ID: <87r5gi6i8m.fsf@gmx.de> References: <0vhbher9pp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=53104 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzVDS-0003qk-Cq for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 09:55:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzVDN-0000ZM-D1 for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 09:55:02 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:43175 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OzVDM-0000Z1-Ua for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 09:54:57 -0400 In-Reply-To: <0vhbher9pp.fsf@gmail.com> (Markus Heller's message of "Fri, 24 Sep 2010 16:41:06 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Markus Heller Cc: emacs-orgmode@gnu.org Markus Heller writes: > Hello everyone, > > this might be a little OT, but I'm having a hard time to get ditaa to > run properly. The org-mode part works, it's the Java part that's giving > me trouble, I'm getting loads of "Exception in thread "main" > java.lang.misc stuff goes here" errors, and I have no Java experience > whatsoever. > > I'm on a windoze XP box, and I was wondering if a fellow user might be > willing to share his/her set-up. > > Thanks and Cheers > Markus Hi Markus, does `org-ditaa-jar-path' have the correct value? You can find out this way: M-: org-ditaa-jar-path RET Can you execute java -jar c:\path\to\ditaa.jar --help on the command line using the value of that variable? If not, I suspect you use an outdated version of Org mode and need to set `org-ditaa-jar-path' to the correct value yourself. Nowadays this variable is set to the correct value automatically and ditaa.jar comes with the development version of Org mode. Sebastian