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 184898 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing.impl.indexing.errors.ErrorAnnotator
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing...
Status: RESOLVED DUPLICATE of bug 166236
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-24 04:58 UTC by Exceptions Reporter
Modified: 2010-04-26 15:14 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 166589


Attachments
stacktrace (3.11 KB, text/plain)
2010-04-24 04:58 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-04-24 04:58:28 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004212000)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
GUEST: Programm installiert und das erst mal gestartet

GUEST: opening program




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing.impl.indexing.errors.ErrorAnnotator
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
   at java.lang.Class.newInstance0(Class.java:355)
   at java.lang.Class.newInstance(Class.java:308)
Comment 1 Exceptions Reporter 2010-04-24 04:58:35 UTC
Created attachment 97948 [details]
stacktrace
Comment 2 Jesse Glick 2010-04-26 15:14:58 UTC

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