Run Node Single Executable Application
Answered
I have a node single executable application (built by `pkg` command). Now I want to run that executable within my plugin. I tried then different solutions but they didn't work;
ProcessBuilder,
Runtime.getRuntime().exec,
"bash", "-c",
“sh”,
java -jar
Please sign in to leave a comment.
Hi,
What did you try, and what were the results/errors?I don't understand your message. What does it mean?
Please provide full information.