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 247250 - NoClassDefFoundError: Could not initialize class org.netbeans.api.project.ui.OpenProjects
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.api.project.ui....
Status: RESOLVED DUPLICATE of bug 246971
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-18 06:51 UTC by Exceptions Reporter
Modified: 2014-09-19 12:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211986


Attachments
stacktrace (3.48 KB, text/plain)
2014-09-18 06:51 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-09-18 06:51:31 UTC
This bug was originally marked as duplicate of bug 244607, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Windows 7

User Comments:
GUEST: Updated Netbeans to the latest (8.0.1) version... Opened it again...




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.api.project.ui.OpenProjects
   at org.netbeans.modules.project.ui.ProjectTab.<init>(ProjectTab.java:207)
   at org.netbeans.modules.project.ui.ProjectTab.<init>(ProjectTab.java:182)
   at org.netbeans.modules.project.ui.ProjectTab.getDefault(ProjectTab.java:332)
   at org.netbeans.modules.project.ui.ProjectTab.findDefault(ProjectTab.java:318)
   at org.netbeans.modules.project.ui.ProjectTabAction.actionPerformed(ProjectTabAction.java:92)
   at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:199)
Comment 1 Exceptions Reporter 2014-09-18 06:51:33 UTC
Created attachment 149327 [details]
stacktrace
Comment 2 Tomas Stupka 2014-09-19 12:49:04 UTC

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