When I launch an application using CoreMidi4J on a very recent version of Java I get the following ugly warning:
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by uk.co.xfactorylibrarians.coremidi4j.Loader in an unnamed module (file:/........ [this is my application jar file, which contains uk.co.xfactorylibrarians.coremidi4j.Loader] )
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
That doesn't look good.