Javafxpackager and splash screen
Abu Abdullah
falcon.sheep at gmail.com
Sat Apr 12 01:55:25 UTC 2014
Hi,
using javafxpackager -deploy on a jar with SplashScreen in the manifest.mf
will not create an entity in the info.plist with 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 in case APP_ROOT is not supported but 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
Any help is appreciated.
More information about the macosx-port-dev
mailing list