On 1/24/2021 9:27 AM, Michael Hall wrote:
/usr/libexec/java_home -v 14 --exec jpackage --version WARNING: Using incubator modules: jdk.incubator.jpackage 14.0.2 If of interest to anyone I still haven’t figured out signing. It errored giving some indication that the JDK had already been signed? I posted that sometime back. I keep meaning to look at what there is for testing but haven’t yet. Any thoughts on that would still be appreciated.
Signing is not likely to work in 14.02 - needs fixes includingJDK-8237490 that are only in 15. <https://bugs.openjdk.java.net/browse/JDK-8237490>
I would suggest to start from JDK16 EA build from https://jdk.java.net/16/ /Andy