You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable "running" JNA as a module similar to "java -jar"
This enables running JNA from the module path like this:
java -p <path_to_jna> -m com.sun.jna
That is the modular equivalent to:
java -jar <path_to_jna>
0 commit comments