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 - ClassNotFoundException: org.jdesktop.swingx.painter.PainterIcon
Summary: ClassNotFoundException: org.jdesktop.swingx.painter.PainterIcon
Status: RESOLVED DUPLICATE of bug 219703
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-24 23:40 UTC by markiewb
Modified: 2013-08-25 12:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192325


Attachments
stacktrace (3.36 KB, text/plain)
2013-08-24 23:40 UTC, markiewb
Details

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