When i launch my application, the splash screen doesn't appear !
After debugging, i noticed that my Splashscreen class was not executed while my build.xml file specifies well all the necessary information.
For information, the structure of my application :
app
| libs
| preloader.jar
myapplication.jar
runtime
For information, the Splashscreen appeared correctly under a old version of JDK (B116 - Windows XP).
For the same sources (without modifications), there is so a regression.
To mitigate this problem, we proposed me a temporary "solution" which works but which is not satisfactory (because this is an internal API, and may break in future releases).
In the "main" method : i used com.sun.javafx.application.LauncherImpl.LaunchApplication(main.class, preloader.class, args).
Thanks.
After debugging, i noticed that my Splashscreen class was not executed while my build.xml file specifies well all the necessary information.
For information, the structure of my application :
app
| libs
| preloader.jar
myapplication.jar
runtime
For information, the Splashscreen appeared correctly under a old version of JDK (B116 - Windows XP).
For the same sources (without modifications), there is so a regression.
To mitigate this problem, we proposed me a temporary "solution" which works but which is not satisfactory (because this is an internal API, and may break in future releases).
In the "main" method : i used com.sun.javafx.application.LauncherImpl.LaunchApplication(main.class, preloader.class, args).
Thanks.