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 212471

Summary: NoClassDefFoundError: org/openide/util/actions/ActionPerformer
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mmirilovic
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185659
Attachments: stacktrace

Description Exceptions Reporter 2012-05-14 12:42:33 UTC
This issue was reported manually by mmirilovic.
It already has 21 duplicates 


Build: NetBeans IDE Dev (Build 201205010400)
VM: Java HotSpot(TM) Client VM, 20.7-b02, Java(TM) SE Runtime Environment, 1.6.0_32-b04
OS: Windows 7

Stacktrace: 
java.lang.NoClassDefFoundError: org/openide/util/actions/ActionPerformer
   at org.openide.util.actions.CallbackSystemAction.getActionPerformer(CallbackSystemAction.java:125)
   at org.openide.util.actions.CallbackSystemAction.updateEnabled(CallbackSystemAction.java:186)
   at org.openide.util.actions.CallbackSystemAction.setActionPerformer(CallbackSystemAction.java:162)
   at org.openide.util.actions.CallbackSystemAction.clearActionPerformers(CallbackSystemAction.java:335)
   at org.openide.util.actions.CallbackSystemAction.access$100(CallbackSystemAction.java:92)
   at org.openide.util.actions.CallbackSystemAction$GlobalManager$1.run(CallbackSystemAction.java:451)
Comment 1 Exceptions Reporter 2012-05-14 12:42:38 UTC
Created attachment 119425 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-05-18 09:54:23 UTC

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