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 241508 - NoClassDefFoundError: org/openide/util/actions/ActionInvoker$2
Summary: NoClassDefFoundError: org/openide/util/actions/ActionInvoker$2
Status: RESOLVED DUPLICATE of bug 241463
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-06 18:37 UTC by tdnorb
Modified: 2014-02-07 08:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188635


Attachments
stacktrace (3.09 KB, text/plain)
2014-02-06 18:37 UTC, tdnorb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tdnorb 2014-02-06 18:37:43 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Mac OS X

User Comments:
tdnorb: Trying to save a file from the source editor

GUEST: no puedo modificar no de ace los cambios

GUEST: i try to save .java file

GUEST: This problem occurred both when I tried to save a file and when I exited netbeans.

GUEST: I was not doing any thing , this probleme just appears when I click on Netbeans IHM even whene I have just open it .




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 javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
Comment 1 tdnorb 2014-02-06 18:37:45 UTC
Created attachment 144881 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2014-02-07 08:11:12 UTC

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