# java.lang.UnsatisfiedLinkException

The UnsatisfiedLinkException might be a result of the Jigsaw bypass. The exception might not always be shown, as it often comes together with a JVM crash. You can use one of the following System properties to try another method which might not fail:

Flag Description Requirements
-DReflection=DEPRECATED Use the default reflections without any sort of bypass Java 8 or JVM flag:
--add-opens=java.base/java.lang=ALL-UNNAMED