Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-282

UnsatisfiedLinkError trying to open browser

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 9.0
    • None
    • ide - Code

    Description

      1. CTRL+LMB on a link inside a Java file.
      2. Exception thrown:

      java.lang.UnsatisfiedLinkError: no extbrowser64 in java.library.path
      	at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2541)
      	at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:873)
      	at java.base/java.lang.System.loadLibrary(System.java:1857)
      	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)
      	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)
      	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
      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.editor.url.HyperlinkImpl.performClickAction(HyperlinkImpl.java:105)
      	at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.performAction(HyperlinkOperation.java:249)
      	at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.mouseClicked(HyperlinkOperation.java:422)
      	at java.desktop/java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:278)
      	at java.desktop/java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:277)
      	at java.desktop/java.awt.Component.processMouseEvent(Component.java:6581)
      	at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3343)
      	at java.desktop/java.awt.Component.processEvent(Component.java:6343)
      	at java.desktop/java.awt.Container.processEvent(Container.java:2259)
      	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4961)
      	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2317)
      	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4793)
      	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
      	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4548)
      	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4480)
      	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2303)
      	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2758)
      	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4793)
      	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:766)
      	at java.desktop/java.awt.EventQueue.access$500(EventQueue.java:97)
      	at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:717)
      	at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:711)
      	at java.base/java.security.AccessController.doPrivileged(Native Method)
      	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:89)
      	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:99)
      	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:739)
      	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:737)
      	at java.base/java.security.AccessController.doPrivileged(Native Method)
      	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:89)
      	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:736)
      	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
      	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:199)
      	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
      	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
      	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
      	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
      [catch] at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
      

      My IDE is configured to use the "<Default System Browser>".

      This is a regression relative to version 8.2

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              cowwoc Gili
              Votes:
              3 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: