On Fri, 23 May 2025 at 12:28, Giles Winstanley <[email protected]> wrote: > # Remove bundled JDK & compiled launcher ... > # Create link to script-based launcher > sudo ln -s ../Resources/netbeans/bin/netbeans MacOS/
Just for the record, that Swift launcher doesn't do a lot aside from delegate to the script launcher - https://github.com/apache/netbeans-nbpackage/blob/master/src/main/resources/org/apache/netbeans/nbpackage/macos/main.swift.template It's just a necessity for distribution and various access permissions to work. 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
