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 241896 - ClassNotFoundException: org.openide.util.actions.ActionInvoker$2
Summary: ClassNotFoundException: 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: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-14 22:07 UTC by tdnorb
Modified: 2014-02-17 10:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187024


Attachments
stacktrace (3.61 KB, text/plain)
2014-02-14 22:07 UTC, tdnorb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tdnorb 2014-02-14 22:07:46 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
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:
GUEST: i was deleting file

tdnorb: Saving a java source file in a free form project.  Using the mouse to select the save icon on the source editor.

GUEST: I tryed to delete a file, but nothing happened

GUEST: trying to delete java file




Stacktrace: 
java.lang.ClassNotFoundException: org.openide.util.actions.ActionInvoker$2
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 tdnorb 2014-02-14 22:07:47 UTC
Created attachment 145220 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2014-02-17 10:18:08 UTC

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