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 230833 - 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-06 09:10 UTC by David Strupl
Modified: 2013-06-06 14:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201219


Attachments
stacktrace (2.33 KB, text/plain)
2013-06-06 09:10 UTC, David Strupl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Strupl 2013-06-06 09:10:44 UTC
Build: NetBeans IDE Dev (Build 20130603-fdc3f59552b4)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Mac OS X

User Comments:
dstrupl: 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 Strupl 2013-06-06 09:10:46 UTC
Created attachment 135429 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-06-06 14:42:55 UTC

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