For me, whenever Netbeans 9.0 beta gets an exception, it is shown up in a window asking me to submit a bug report. I submitted it and the exception reporter tab tells me that it was classified as a duplicate. When I click the link of the dup, I get another exception containing this:
java.lang.UnsatisfiedLinkError: no extbrowser64 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at org.netbeans.modules.extbrowser.NbDdeBrowserImpl.<clinit>(NbDdeBrowserImpl.java:82) at org.netbeans.modules.extbrowser.SystemDefaultBrowser.createHtmlBrowserImpl(SystemDefaultBrowser.java:94) at org.netbeans.core.NbURLDisplayer.warmBrowserUp(NbURLDisplayer.java:100) at org.netbeans.core.NbURLDisplayer.access$000(NbURLDisplayer.java:47) at org.netbeans.core.NbURLDisplayer$1.run(NbURLDisplayer.java:59) Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to at org.openide.util.RequestProcessor.post(RequestProcessor.java:395) at org.netbeans.core.NbURLDisplayer.showURL(NbURLDisplayer.java:55) at org.netbeans.modules.exceptions.ReporterResultTopComponent$4.run(ReporterResultTopComponent.java:380) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033) Well, an UnsatisfiedLinkError seems to be a serious issue about Netbeans assemblage. I submitted this problem also. It was classified as a duplicate of #217695 which is not filled in bugzilla yet. Is it broken only for me or did someone else also hit this problem? BTW, I'm using Windows 8.1. Does this have something to do about components which were excluded due to some licensing problem? Victor Williams Stafusa da Silva
