koppor / plantuml

A LuaLaTeX package for PlantUML in LaTeX
https://koppor.github.io/plantuml/
LaTeX Project Public License v1.3c
55 stars 10 forks source link

Support for Java headless #19

Closed koppor closed 4 years ago

koppor commented 4 years ago

Execute java with -Djava.awt.headless=true. Idea from https://github.com/plantuml/plantuml/issues/320.

koppor commented 4 years ago

Fixed by https://github.com/koppor/plantuml/pull/20.