On 5/23/26 00:09, Neil C Smith wrote: > On Fri, 22 May 2026, 22:34 Peter Hull, <[email protected]> wrote: > >> I am running NB30 on ARM mac, using the Codelerity installer. >> ... >> This doesn't affect Windows and doesn't happen with a standalone JDK >> which I got from macOS homebrew. I haven't tried any other installers >> and I don't know if previous NB versions were the same, but I have >> never seen it before. >> >> Any ideas? Thanks >> > Yes, this looks like fallout from Temurin using JEP493 and NBPackage's deep > resigning of the bundled JDK on macOS. https://github.com/adoptium/temurin-build/issues/4057#issuecomment-2503352308
i suppose signing on mac would append something to the dylib's metadata which jlink notices when it doesnt match the sha anymore? -mbien > > Short answer - run JLink using an alternative JDK than the one running the > IDE. > > Best wishes, > > Neil > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
