node-java icon indicating copy to clipboard operation
node-java copied to clipboard

A way to add startup command line argument when loading java

Open velara3 opened this issue 1 year ago • 0 comments

In our jar we have to call it with this argument:

--add-exports java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED

like so:

java --add-exports java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED

Is there a way to add this argument to the java node?

velara3 avatar May 02 '24 03:05 velara3