-
Notifications
You must be signed in to change notification settings - Fork 869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] PlantUml local rendering on Ubuntu: java.exe not found #10435
Comments
It seems to be What's happens when explicitly specify |
I'm also confirmed reported issue can be reproduced on Ubuntu OS. Until problems are fixed by |
Thank you! |
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: