Hi, I am running NB30 on ARM mac, using the Codelerity installer. I am getting errors when trying to run jlink, which happens as part of a Maven goal.
Error: /Applications/Apache NetBeans.app/Contents/Home/lib/libprefs.dylib has been modified This is a code-signing thing I believe. I can rule out maven because just running /Applications/Apache\ NetBeans.app/Contents/Home/bin/jlink --output xxx --add-modules java.base gives a similar error. Adding the --ignore-modified-runtime flag is a potential workround, it just reports warnings but carries on. These files are all 'modified', whatever that means. Warning: /Applications/Apache NetBeans.app/Contents/Home/bin/java has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/bin/keytool has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/libnet.dylib has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/libnio.dylib has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/libjsig.dylib has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/server/libjsig.dylib has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/jspawnhelper has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/libsyslookup.dylib has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/libosxsecurity.dylib has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/server/libjvm.dylib has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/libjava.dylib has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/libjimage.dylib has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/libverify.dylib has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/libjli.dylib has been modified Warning: /Applications/Apache NetBeans.app/Contents/Home/lib/libzip.dylib has been modified 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 Peter --------------------------------------------------------------------- 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
