You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be fixed by changing from ${this.rootPath}/${this.jar} to ${path.join(this.rootPath, this.jar)}. This will automatically handle absolute or relative paths.
I'm trying to use an absolute path to the jar file.
However, this gets turned into
-jar ./F:\my-path\file.jar
.See this line:
https://github.com/nvuillam/node-java-caller/blob/main/lib/java-caller.js#L213
The text was updated successfully, but these errors were encountered: