You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PlantUML local rendering on Ubuntu: java.exe not found
When trying to build PlantUML files locally during a docfx build using the plantuml.jar on a linux machine, an error gets thrown:
It seems to want to access the java.exe to run the jar.
I tried to run the exact same project on a Windows 10 Machine, where it ran as expected.
To Reproduce
Steps to reproduce the behavior:
Install DocFx on an Ubuntu Machine and initialize a project
Running docfx build using the javaPath in the config causes the process to be stuck indefinetly during this stage:
I'm also confirmed reported issue can be reproduced on Ubuntu OS.
So I've created issue to PlantUml.Net repository. (https://github.com/KevReed/PlantUml.Net/issues/33)
Until problems are fixed by PlantUml.Net side.
There is a workaround by self-hosting plantuml-server on local environment.
PlantUML local rendering on Ubuntu: java.exe not found
When trying to build PlantUML files locally during a docfx build using the plantuml.jar on a linux machine, an error gets thrown:
It seems to want to access the java.exe to run the jar.
I tried to run the exact same project on a Windows 10 Machine, where it ran as expected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
docfx build should run and build the PlantUML Diagrams using the locally installed plantuml.jar.
Context:
Additional context
Using the remote server plantuml.com is not possible, due to the machine being offline.
The text was updated successfully, but these errors were encountered: