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 212633

Summary: NoClassDefFoundError: org/eclipse/core/internal/registry/OffsetTable
Product: ide Reporter: Tomas Danek <musilt2>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 188065
Attachments: stacktrace

Description Tomas Danek 2012-05-17 11:33:38 UTC
Build: NetBeans IDE Dev (Build 201205160400)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b21
OS: Mac OS X

User Comments:
musilt2: just following steps in http://netbeans.org/bugzilla/show_bug.cgi?id=212061




Stacktrace: 
java.lang.NoClassDefFoundError: org/eclipse/core/internal/registry/OffsetTable
   at org.eclipse.core.internal.registry.TableReader.loadTables(TableReader.java:117)
   at org.eclipse.core.internal.registry.RegistryObjectManager.init(RegistryObjectManager.java:92)
   at org.eclipse.core.internal.registry.ExtensionRegistry.<init>(ExtensionRegistry.java:683)
   at org.eclipse.core.runtime.RegistryFactory.createRegistry(RegistryFactory.java:58)
   at org.eclipse.core.internal.registry.osgi.Activator.startRegistry(Activator.java:137)
   at org.eclipse.core.internal.registry.osgi.Activator.start(Activator.java:56)
Comment 1 Tomas Danek 2012-05-17 11:33:44 UTC
Created attachment 119567 [details]
stacktrace
Comment 2 Tomas Danek 2012-05-17 11:36:20 UTC

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