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 248099 - ClassNotFoundException: javafx.embed.swing.JFXPanel
Summary: ClassNotFoundException: javafx.embed.swing.JFXPanel
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: gaurav_gupta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-22 11:23 UTC by Jiri Kovalsky
Modified: 2014-10-27 09:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212899


Attachments
stacktrace (2.44 KB, text/plain)
2014-10-22 11:23 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2014-10-22 11:23:16 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Linux

User Comments:
jkovalsky: After installing JFX Fluidon plugin [1] I generated a sample JavaFX application, generated sample FXML.fxml and invoked JFX Fluidon Designer action from its popup menu.

[1] http://plugins.netbeans.org/plugin/56440




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 Jiri Kovalsky 2014-10-22 11:23:18 UTC
Created attachment 150051 [details]
stacktrace
Comment 2 Jiri Kovalsky 2014-10-22 11:26:13 UTC
Gaurav, can you please take a look at this issue? Thanks!
Comment 3 gaurav_gupta 2014-10-27 07:02:55 UTC
Thanks Jiri for reporting this issue , i have changed Source Level from 1.7 to 1.8 .
Please check it again and reopen this issue , if issue still occurs .
Comment 4 Jiri Kovalsky 2014-10-27 09:24:41 UTC
Works fine in 1414392927_org-netbeans-jfxfluidon.nbm however it is almost unusable on my Linux Mint 17 running on 2 CPU 2.67 GHz with 4 GB RAM. It just lags a lot. :(