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 270879

Summary: ClassNotFoundException: org.openide.windows.ModeSelector
Product: platform Reporter: swpalmer <swpalmer>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229464
Attachments: stacktrace

Description swpalmer 2017-06-14 14:52:35 UTC
Build: NetBeans IDE Dev (Build 20170613-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Mac OS X

User Comments:
swpalmer: Opened an HTML5/Javascript project created with NetBeans 8.2, then double-clicked on an html file to open it in the editor.




Stacktrace: 
java.lang.ClassNotFoundException: org.openide.windows.ModeSelector
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Comment 1 swpalmer 2017-06-14 14:52:37 UTC
Created attachment 164540 [details]
stacktrace