I have added a splash screen to my standalone JavaFX application (Java 8), using the Preloader api.
Everything works fine from the IDE and when running the packaged jar from the command line.
However, when I run from an install4j launcher, the splash screen is not shown. I am able to see the application icon in the taskbar when the splash screen is supposed to show, then it disappears briefly, to reappear again when the app is finally shown.