Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot load system cursor: CopyDrop.32x32 exception in Java on Centos 7

I installed netbeans 8.2 on Centos 7.

I get this error:

java.lang.RuntimeException: failed to load system cursor: DnD.Cursor.CopyDrop : cannot load system cursor: CopyDrop.32x32
    at java.awt.dnd.DragSource.load(DragSource.java:135)
    at java.awt.dnd.DragSource.<clinit>(DragSource.java:148)

Java version :

openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-b15)
OpenJDK 64-Bit Server VM (build 25.111-b15, mixed mode)

How can I fix this?

like image 274
onder Avatar asked Dec 07 '22 19:12

onder


1 Answers

I had the problem on Kali in virtualbox.

If your OS is in virtualbox, the solotion is shutdown the OS.

Then turn off "Enable 3D Acceleration" under Machine -> Settings -> Dispaly.

Start your OS and enjoy!

like image 151
Raymond Avatar answered Jan 13 '23 11:01

Raymond