mbien commented on issue #8218: URL: https://github.com/apache/netbeans/issues/8218#issuecomment-2628953814
> win 11 on a surface pro and ``` java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Program Files\Netbeans\netbeans-24\ide\modules\lib\extbrowser64.dll: Can't load AMD 64-bit .dll on a ARM 64-bit platform [in thread "org.netbeans.modules.web.clientproject.browser.ActiveBrowserAction"] ``` sounds like some of the native libs don't support arm atm https://github.com/apache/netbeans/blob/e38f61876b02c5f47b0a4b019426812e54c2689f/ide/extbrowser/src/org/netbeans/modules/extbrowser/NbDdeBrowserImpl.java#L77 Would be curious if it works if you set `-J-Dorg.netbeans.modules.extbrowser.UseDesktopBrowse=true` -- 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
