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 - NoClassDefFoundError: org/eclipse/core/internal/registry/OffsetTable
Summary: NoClassDefFoundError: org/eclipse/core/internal/registry/OffsetTable
Status: RESOLVED DUPLICATE of bug 212061
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-17 11:33 UTC by Tomas Danek
Modified: 2012-05-17 11:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188065


Attachments
stacktrace (2.78 KB, text/plain)
2012-05-17 11:33 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***