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 230747 - ClassNotFoundException: org.netbeans.beaninfo.editors.StringArrayEditor
Summary: ClassNotFoundException: org.netbeans.beaninfo.editors.StringArrayEditor
Status: RESOLVED DUPLICATE of bug 230559
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-04 17:52 UTC by javydreamercsw
Modified: 2013-06-06 14:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201174


Attachments
stacktrace (2.33 KB, text/plain)
2013-06-04 17:52 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2013-06-04 17:52:42 UTC
Build: NetBeans IDE Dev (Build 201306022301)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 7

User Comments:
javydreamercsw: Starting IDE.




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.beaninfo.editors.StringArrayEditor
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 javydreamercsw 2013-06-04 17:52:43 UTC
Created attachment 135344 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-06-06 14:42:25 UTC

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