-
Notifications
You must be signed in to change notification settings - Fork 162
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
[renderer1] [error] spawn java ENOENT: Error: spawn java ENOENT #460
Comments
I had the same issue. You just need to install the JRE for your OS. |
The reason is that it's running needs java environment. You should install java SDK in your computer. |
Just a head's up to anyone that may ever have the same thing... If you're using VS Code remote dev containers... You need Java/JRE in the container, OR, you need to open your PlantUML file as a local in a separate VS Code instance or while not using the container. Can't open the puml "remotely" and using local JRE. It's both remote or both local. |
I had the same issue and then following the instruction I installed using the command |
Mac Monterey 12.0.1
VS Code 1.63.0
PlantUML v2.16.1
[2021-12-11 17:52:42.110] [renderer1] [error] spawn java ENOENT: Error: spawn java ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
at onErrorNT (internal/child_process.js:465:16)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
The text was updated successfully, but these errors were encountered: