Re: Signing NBMs with a Trusted Certificate

2018-03-25 Thread Emilian Bold
I believe we discussed this before:  https://lists.apache.org/thread.html/cc95584333ad21929346078ba42b4e3859dc0f6173d9700081178280@%3Cdev.netbeans.apache.org%3E > You might be running into the fact that only Oracle is hardcoded as > trusted: > https://github.com/emilianbold/incubator-netbeans/blob

Re: java.util.zip.CRC32C cannot be found on the system module path

2018-03-25 Thread Emilian Bold
Are you sure CRC32C exists? Could you check which modules has it (I assume it would be java.base, but I can't check myself). --emi ‐‐‐ Original Message ‐‐‐ On 23 March 2018 4:27 PM, Marcel Witte wrote: > I'm using the current netbeans jenkins build. After changing my project to > Jav