Another thing which i realized is the following warning:
[java] WARNING: A restricted method in java.lang.System has been called
[java] WARNING: java.lang.System::load has been called by org.bytedeco.javacpp.Loader in an unnamed module (file:/C:/Epilog%20Laser/VisiCam/lib/javacv-bin/javacpp.jar)
[java] WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
[java] WARNING: Restricted methods will be blocked in a future release unless native access is enabled
[java]
i was able to use the flag --enable-native-access=ALL-UNNAMED in a java interpreter call, but with https://nssm.cc/ it does not work
Another thing which i realized is the following warning:
i was able to use the flag
--enable-native-access=ALL-UNNAMEDin a java interpreter call, but with https://nssm.cc/ it does not work