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 271575 - 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:05 UTC by bolsover
Modified: 2018-02-07 09:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 230482


Attachments
stacktrace (6.51 KB, text/plain)
2017-10-02 21:05 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:05:56 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 set external Web Browser.




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.extbrowser.NbDdeBrowserImpl
   at org.netbeans.modules.extbrowser.SystemDefaultBrowser.defaultBrowserExecutable(SystemDefaultBrowser.java:144)
   at org.netbeans.modules.extbrowser.ExtWebBrowser.getBrowserExecutable(ExtWebBrowser.java:217)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
Comment 1 bolsover 2017-10-02 21:05:58 UTC
Created attachment 165231 [details]
stacktrace