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 - NoClassDefFoundError: org/openide/util/datatransfer/ExTransferable$1
Summary: NoClassDefFoundError: org/openide/util/datatransfer/ExTransferable$1
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-03 23:39 UTC by tdnorb
Modified: 2016-08-11 11:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189012


Attachments
stacktrace (3.45 KB, text/plain)
2014-11-03 23:39 UTC, tdnorb
Details

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