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 258716

Summary: NoClassDefFoundError: org/openide/util/actions/ActionInvoker$2
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223386
Attachments: stacktrace

Description Exceptions Reporter 2016-04-08 06:29:59 UTC
This bug was originally marked as duplicate of bug 213396, 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.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 7

User Comments:
GUEST: I cannot use Ctrl+F, Ctrl+C, Ctrl+V ....




Stacktrace: 
java.lang.NoClassDefFoundError: org/openide/util/actions/ActionInvoker$2
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:108)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
   at org.openide.awt.GeneralAction$BaseDelAction.actionPerformed(GeneralAction.java:234)
   at org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:1176)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2940)
   at javax.swing.JComponent.processKeyEvent(JComponent.java:2842)
Comment 1 Exceptions Reporter 2016-04-08 06:30:01 UTC
Created attachment 159159 [details]
stacktrace
Comment 2 Martin Entlicher 2016-05-17 07:43:20 UTC
Should be fixed in recent builds.