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 234956

Summary: ClassNotFoundException: org.jdesktop.swingx.painter.PainterIcon
Product: platform Reporter: markiewb
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 192325
Attachments: stacktrace

Description markiewb 2013-08-24 23:40:19 UTC
This issue was reported manually by markiewb.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201209110001)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.5-b03, Java(TM) SE Runtime Environment, 1.6.0_30-b12
OS: Windows 7

User Comments:
markiewb: Only starting the dev build.




Stacktrace: 
java.lang.ClassNotFoundException: org.jdesktop.swingx.painter.PainterIcon
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Comment 1 markiewb 2013-08-24 23:40:21 UTC
Created attachment 139190 [details]
stacktrace
Comment 2 markiewb 2013-08-25 12:10:36 UTC

*** This bug has been marked as a duplicate of bug 219703 ***