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

Summary: ClassNotFoundException: org.openide.util.actions.ActionInvoker$2
Product: platform Reporter: tdnorb
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 187024
Attachments: stacktrace

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 ***