Run Node Single Executable Application
已回答
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
请先登录再写评论。
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.