oyarzun opened a new pull request #2015: [NETBEANS-3342] Fix Netbeans Installer on macOS with Java 8 and 11 URL: https://github.com/apache/netbeans/pull/2015 This pull request fixes the NetBean RCP installer on macOS with Java 11 since `com.apple.eawt` classes were removed with [JEP 272](https://openjdk.java.net/jeps/272) This implementation is modeled after the applemenu implementation and addresses @matthiasblaesing comment https://github.com/apache/netbeans/pull/1929#issuecomment-583061799 that it needs to work with both Java 8 & 11 and could be accomplished using reflection.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
