-
Bug
-
Resolution: Fixed
-
P2
-
8
It is noticed that one can not launch the JavaFX 8 application by invoking the application jar directly.
e.g java -jar BouncingBalls.jar
>>>> Error: JavaFX runtime components are missing, and are required to run this application
The problem has been occurring since JavaFX8-b73
*** Tested Configuration:
- x86 Win 7, Vista
- jre 8-b74 (SWAT build)
*** Steps to reproduce:
0) Install jre8-b74 from
http://jre.us.oracle.com/java/re/jdk/8/promoted/ea/b74/bundles/windows-i586/jre-8-ea-bin-b74-windows-i586-24_jan_2013.exe
2) Install JavaFX 8 sample from
http://jre.us.oracle.com/java/re/javafx/8.0/prepromote/ea/b74/bundles/windows-i586/javafx_samples-8_0_0-ea-b74-windows-23_jan_2013.zip
3) Invoke any sample application jar file installed from step#2
e.g java -jar C:\javafx-sample-8.0.0-ea\BouncingBalls,jar
If the app failed to load with the >>> Error: JavaFX runtime components are missing, and are required to run this application <<<
then the issue is reproducible
(If you install jre8-b72 or earlier build and do the same above steps, the issue can not be reproducible, the bouncing ball app loaded fine)
e.g java -jar BouncingBalls.jar
>>>> Error: JavaFX runtime components are missing, and are required to run this application
The problem has been occurring since JavaFX8-b73
*** Tested Configuration:
- x86 Win 7, Vista
- jre 8-b74 (SWAT build)
*** Steps to reproduce:
0) Install jre8-b74 from
http://jre.us.oracle.com/java/re/jdk/8/promoted/ea/b74/bundles/windows-i586/jre-8-ea-bin-b74-windows-i586-24_jan_2013.exe
2) Install JavaFX 8 sample from
http://jre.us.oracle.com/java/re/javafx/8.0/prepromote/ea/b74/bundles/windows-i586/javafx_samples-8_0_0-ea-b74-windows-23_jan_2013.zip
3) Invoke any sample application jar file installed from step#2
e.g java -jar C:\javafx-sample-8.0.0-ea\BouncingBalls,jar
If the app failed to load with the >>> Error: JavaFX runtime components are missing, and are required to run this application <<<
then the issue is reproducible
(If you install jre8-b72 or earlier build and do the same above steps, the issue can not be reproducible, the bouncing ball app loaded fine)
- duplicates
-
JDK-8124803 not run program examples in jdk javafx-samples-8.0.0-ea
-
- Closed
-
- is blocked by
-
JDK-8102614 Need to move jfxrt.jar from lib/ to lib/ext/
-
- Closed
-