OpenSerbianEID / ePorezi

ePorezi application mod to run on MacOS/Linux
30 stars 6 forks source link

Java 17+ support #16

Closed karlovskiy closed 7 months ago

karlovskiy commented 9 months ago

I've added some reflection stuff to get work java 8 and java 17+ with PKCS11. I've tested it in linux and it works on java 8 and java 17+ but this change is require some testing on mac OS.

Also this change in theory opens possibility to change packaging from old jarbundler stuff to modern https://docs.oracle.com/en/java/javase/17/docs/specs/man/jpackage.html.

PS: PKCS11 docs for java 17: https://docs.oracle.com/en/java/javase/17/security/pkcs11-reference-guide1.html PKCS11 docs for java8: https://docs.oracle.com/javase/8/docs/technotes/guides/security/p11guide.html