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 230749 - 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: Module System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-04 21:28 UTC by David Konecny
Modified: 2013-06-06 14:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201176


Attachments
stacktrace (2.33 KB, text/plain)
2013-06-04 21:28 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2013-06-04 21:28:42 UTC
Build: NetBeans IDE Dev (Build 20130604-0da082bc803a)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
dkonecny: happens during IDE startup




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 David Konecny 2013-06-04 21:28:44 UTC
Created attachment 135350 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-06-06 14:42:36 UTC

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