This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271576 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.extbrowser.NbDdeBrowserImpl
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.extbrow...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-02 21:08 UTC by bolsover
Modified: 2017-10-02 21:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230483


Attachments
stacktrace (4.04 KB, text/plain)
2017-10-02 21:08 UTC, bolsover
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bolsover 2017-10-02 21:08:57 UTC
Build: NetBeans IDE Dev (Build 20170928-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.141-b15, Java(TM) SE Runtime Environment, 1.8.0_141-b15
OS: Windows 10

User Comments:
bolsover: Attempting to View HTML file from right click context menu in editor




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.extbrowser.NbDdeBrowserImpl
   at org.netbeans.modules.extbrowser.ChromeBrowser.createHtmlBrowserImpl(ChromeBrowser.java:85)
   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)
Comment 1 bolsover 2017-10-02 21:08:58 UTC
Created attachment 165232 [details]
stacktrace