RexxLA / NetRexx

Other
8 stars 0 forks source link

add a way to suppress NOTE on set JDK_JAVA_OPTIONS #61

Closed rvjansen closed 6 months ago

rvjansen commented 6 months ago

adding a JDK_JAVA_OPTIONS as required for JavaFX displays an awkward NOTE

NOTE: Picked up JDK_JAVA_OPTIONS: --module-path=/Users/rvjansen/apps/javafx-sdk-22/lib --add-modules=javafx.controls
NetRexx portable processor 4.07-alpha build 180-20240329-1742
Copyright (c) RexxLA, 2011,2024.   All rights reserved.
Parts Copyright (c) IBM Corporation, 1995,2008.

which, I think, would be more fitting with a --verbose type of setting

rvjansen commented 6 months ago

it is a JVM thing.

rvjansen commented 6 months ago

and the only way to get rid of it is to unset the environment variable or suppress the output through your shell. Best is to add the modules to the java invocation:

java --module-path=/Users/rvjansen/apps/javafx-sdk-22/lib --add-modules=javafx.controls EnzoLCD"