Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information