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 - ClassNotFoundException: org.openide.windows.ModeSelector
Summary: ClassNotFoundException: org.openide.windows.ModeSelector
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-14 14:52 UTC by swpalmer
Modified: 2017-06-14 14:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229464


Attachments
stacktrace (5.55 KB, text/plain)
2017-06-14 14:52 UTC, swpalmer
Details

Note You need to log in before you can comment on or make changes to this bug.
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