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 - NoClassDefFoundError: org/openide/util/actions/ActionInvoker$2
Summary: NoClassDefFoundError: org/openide/util/actions/ActionInvoker$2
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-08 06:29 UTC by Exceptions Reporter
Modified: 2016-05-17 07:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223386


Attachments
stacktrace (2.89 KB, text/plain)
2016-04-08 06:30 UTC, Exceptions Reporter
Details

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