kamilkrzywanski commented on issue #3960: URL: https://github.com/apache/netbeans/issues/3960#issuecomment-1632214447
For get default browser is responsible public static native String getDefaultOpenCommand() throws NbBrowserException; which read registy and return default browser, but this native method implementation is outdated. It read outdated path from HKEY_CLASSES_ROOT. Is any reason why it's native method? If it's may be rewrite as java method I can fix it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
