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 262370

Summary: ClassNotFoundException: javafx.embed.swing.JFXPanel
Product: platform Reporter: javatlacati <javatlacati>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224428
Attachments: stacktrace

Description javatlacati 2016-06-09 00:29:29 UTC
This issue was reported manually by javatlacati.
It already has 1 duplicates 


Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 8

User Comments:
javatlacati: Html WYSIWYG Doesn't work even updating platform




Stacktrace: 
java.lang.ClassNotFoundException: javafx.embed.swing.JFXPanel
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 javatlacati 2016-06-09 00:29:32 UTC
Created attachment 160000 [details]
stacktrace
Comment 2 Martin Entlicher 2016-08-08 15:55:13 UTC
Not sure what went wrong. But this should be "fixed" in NetBeans 8.2, since 8.2 requires JDK 8 as a minimum, which contains JavaFX.