-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
Method WCPasteboard.clear() was removed as part of RT-26480. However in native method initIDs() we still try to initialize the method handle.
To reproduce, try to copy any text from WebView with Ctrl+C. An exception will be thrown:
java.lang.NoClassDefFoundError: Could not initialize class com.sun.webkit.WCPasteboard
To reproduce, try to copy any text from WebView with Ctrl+C. An exception will be thrown:
java.lang.NoClassDefFoundError: Could not initialize class com.sun.webkit.WCPasteboard