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
Main-Class in jna-platform.jar collides with java 9 module system
The java 9 module system expects the main class to reside in the same
jar, as the MANIFEST.MF. For the jna.jar the use case is valid to
retrieve the current version of JNA, as jna.jar must be available
to run jna-platform.jar, there is no use-case to have the Main-Class
defined.
As reference the explanation from the jigsaw-dev mailing list:
http://mail.openjdk.java.net/pipermail/jigsaw-dev/2017-April/012151.html
0 commit comments