-
Bug
-
Resolution: Duplicate
-
P2
-
fx1.2
-
Product Version: NetBeans IDE 6.5 (Build 200811100001)
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)
The attached script (Main.fx) creates a PieChart. If I run this in Netbeans the JVM crashes with the attached error (err1.txt).
If I modify the script to use PieChart3D then it runs fine.
This was repeatable by compiling the class and calling with javafx.exe from the command line.
I solved the problem by installing JDK "1.6.0_14-b08" and recompiling and launching the Main.fx class.
If I modify the script to use PieChart3D then it runs fine.
This was repeatable by compiling the class and calling with javafx.exe from the command line.
I solved the problem by installing JDK "1.6.0_14-b08" and recompiling and launching the Main.fx class.
- duplicates
-
JDK-8107656 Using an effect will crash the application after installing new version of JavaFX
- Resolved
-
JDK-8107956 blend effect makes javafx system crashed.
- Closed