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 271800 - NoClassDefFoundError: Could not initialize class java.awt.dnd.DragSource
Summary: NoClassDefFoundError: Could not initialize class java.awt.dnd.DragSource
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-14 04:04 UTC by kookooj
Modified: 2017-11-14 04:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 125660


Attachments
stacktrace (4.15 KB, text/plain)
2017-11-14 04:04 UTC, kookooj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kookooj 2017-11-14 04:04:42 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Linux

User Comments:
GUEST: i started netbeans and its out

GUEST: I'ts should be an Java Problem after whose Update - FYI

kookooj: I was debugging using XDebug, on a PHP project with a jQuery DataTable.Net component.
After populating the datatable with around 150 rows of 20 columns of data (not more than 200 characters for each field), there was a pop-up dialog prompting me to stop debugging as too much system resources were used.
I decided not to stop, and soon, netbeans froze.

Mr_Brandao: Malfunction in some aspects of the user interface.




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class java.awt.dnd.DragSource
   at org.openide.explorer.view.ExplorerDragSupport.getDefaultGestureRecognizer(ExplorerDragSupport.java:241)
   at org.openide.explorer.view.ExplorerDragSupport.activate(ExplorerDragSupport.java:217)
   at org.openide.explorer.view.TreeView.setDragSource(TreeView.java:490)
   at org.openide.explorer.view.TreeView$PopupSupport.focusGained(TreeView.java:1583)
   at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:220)
   at java.awt.Component.processFocusEvent(Component.java:6422)
Comment 1 kookooj 2017-11-14 04:04:46 UTC
Created attachment 165441 [details]
stacktrace