Hi Philipp,

Philipp Middendorf <pmid...@mailbox.org> writes:
> I don't have a globally available "java" executable and from the
> source
> code, it appears there is a ":java" parameter for org-babel to specify
> an executable. Looking at the source code, however, it seems that this
> parameter is never actually used (see org-babel-execute:plantuml in
> ob-plantuml.el).

In `org-babel-execute:plantuml' I see this binding:

  (java (or (cdr (assq :java params)) ""))

which means that the local binding "java" is set based on the :java
parameter, which you need to set to your java executable.

Does it look right to you?

Thanks,

-- 
 Bastien

Reply via email to