Fwd: Javafxpackager and splash screen
Abu Abdullah
falcon.sheep at gmail.com
Fri Apr 18 12:59:16 UTC 2014
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