Dr.jacky
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created Run Node Single Executable Application
AnsweredI 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, Runti... -
Created Dynamic Path to a File
AnsweredI have a binary (testBin) in `resources` folder.In my code, when I statically get access to it (`/Users/usernameee/MyProj/src/main/resources/testBin`), it can find the binary.But when I want to hav...