Javafxpackager and splash screen

Danno Ferrin danno.ferrin at oracle.com
Fri Apr 18 14:00:19 UTC 2014


Currently the launcher used by the packager does not support ally he flags that the command line java launcher does.  One of these is the splash screen option, so you won’t be able to do this with the current Java 8 code.  The Inifinite kind launcher has the same restrictions because of the way both of the products launch the JVM.

The best thing to do would be to post a feature request to javafx-jira.kenai.com so we can prioritize it for a future release.

—Danno

On Apr 18, 2014, at 6:59 AM, Abu Abdullah <falcon.sheep at gmail.com> wrote:

> Hi,
> 
> I have used javafxpackager to create an app but the splash screen is
> not working. info.plist does not contain any splash option. Is it
> supported.  I'm using jdk 1.8.0, I have tried to do it manually e.g.
> 
> <key>JVMOptions</key>
>  <array>
>      <string>-splash:$APP_ROOT/Contents/Java/images/logo.png</string>
>  </array>
> 
> i tried even the absolute path or APPDIR but still not working.
> 
> For some reason, I'm not able to do it even using the infinitekind
> appbundler, maybe it is not supporting jdk 1.8 or maybe i missed somewhere.
> 
> example:
> https://drive.google.com/file/d/0B6nSYRwywQUoNzV5RHh5bWl6amc/edit?usp=sharing
> 
> code is compiled with 1.8, you just need to modify the splash path in
> your case
> 
> Any help is appreciated.



More information about the openjfx-dev mailing list