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 248380

Summary: NoClassDefFoundError: org/openide/util/datatransfer/ExTransferable$1
Product: platform Reporter: tdnorb
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 189012
Attachments: stacktrace

Description tdnorb 2014-11-03 23:39:51 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
tdnorb: Selecting a file with a mouse click

GUEST: Trying to delete files via keyboard shortcut in the Project view.

tdnorb: Attempting to move some files from one java package to another from the Projects tab

tdnorb: Reinstalled NB 7.4, but still getting these.  Was attempting to run an ant target on a java freeform project




Stacktrace: 
java.lang.NoClassDefFoundError: org/openide/util/datatransfer/ExTransferable$1
   at org.openide.util.datatransfer.ExTransferable.<init>(ExTransferable.java:98)
   at org.openide.util.datatransfer.ExTransferable.create(ExTransferable.java:173)
   at org.openide.loaders.DataNode.clipboardCut(DataNode.java:649)
   at org.openide.nodes.FilterNode.clipboardCut(FilterNode.java:650)
   at org.openide.nodes.FilterNode.clipboardCut(FilterNode.java:650)
   at org.openide.nodes.FilterNode.clipboardCut(FilterNode.java:650)
Comment 1 tdnorb 2014-11-03 23:39:53 UTC
Created attachment 150251 [details]
stacktrace
Comment 2 Tomas Hurka 2016-08-11 11:37:56 UTC
Closing old issues.