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 - ClassNotFoundException: javafx.embed.swing.JFXPanel
Summary: ClassNotFoundException: javafx.embed.swing.JFXPanel
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-09 00:29 UTC by javatlacati
Modified: 2016-08-08 15:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224428


Attachments
stacktrace (4.70 KB, text/plain)
2016-06-09 00:29 UTC, javatlacati
Details

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