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 268101 - ClassNotFoundException: org.netbeans.swing.laf.dark.DarkMetalLookAndFeel
Summary: ClassNotFoundException: org.netbeans.swing.laf.dark.DarkMetalLookAndFeel
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-19 12:25 UTC by hamfree
Modified: 2016-09-19 12:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226293


Attachments
stacktrace (5.33 KB, text/plain)
2016-09-19 12:25 UTC, hamfree
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hamfree 2016-09-19 12:25:13 UTC
This issue was reported manually by hamfree.
It already has 1 duplicates 


Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Linux

User Comments:
hamfree: When i changing the theme in Netbeans




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.swing.laf.dark.DarkMetalLookAndFeel
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
   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 hamfree 2016-09-19 12:25:15 UTC
Created attachment 162115 [details]
stacktrace