plantuml
plantuml copied to clipboard
not working in JDK1.8
my default sdk version is 1.8, i got a empty svg file by running the demo code.
working success when i switch to jdk15 or delete this line: https://github.com/agirorn/plantuml/blob/master/lib/plantuml.js#L14
maybe need checking jdk version?