runceel / plantumlpreview

MIT License
15 stars 6 forks source link

Unable to open 'PlantUML Preview': write EPIPE. #8

Closed edwin-alvarez closed 7 years ago

edwin-alvarez commented 7 years ago

this error happends when I try to do 'preview'

runceel commented 7 years ago

did you setup env value?

edwin-alvarez commented 7 years ago

yes I did, I configured it as User variable and system variable and didnt work. I have GRAPHVIZ_DOT = C:\TEMP\UML\graphviz-2.38\bin\dot.exe JAVA_HOME = C:\Program Files\Java\jdk1.8.0_101\bin PLANTUML_HOME = C:\TEMP\UML\plantuml.jar

puml

NOTE: if I run plantuml.jar outside VSCode (manually) it works fine

runceel commented 7 years ago

OK.

PLANTUML_HOME is directory of plantuml.jar. True value is C:\TEMP\UML. And JAVA_HOME value is JDK installed directory. It is C:\Program Files\Java\jdk1.8.0_101. Please try.

edwin-alvarez commented 7 years ago

works great :)

runceel commented 7 years ago

You are wellcome.