spyhunter99 / installcert

fork of http://s-n-ushakov.blogspot.com/2013/11/yet-another-installcert-for-java-now.html to use as a library
BSD 3-Clause "New" or "Revised" License
17 stars 11 forks source link

Support for JDK11. Remove use of DatatypeConverter #18

Closed skyghis closed 3 years ago

skyghis commented 3 years ago

I have an issue using JRE 11, class javax.xml.bind.DatatypeConverter no longer exists.

It can be replaced by java.util.Base64 but it is available only from JRE v1.8.

Updating minimal JRE version (actually 1.6) is planned ?

spyhunter99 commented 3 years ago

thanks for reporting this. i'll take a look at it