Javafxpackager and splash screen
David DeHaven
david.dehaven at oracle.com
Mon Apr 14 16:26:52 UTC 2014
You may want to join the OpenJFX mailing list, the developers working on JavaFX packager are more likely to see packager questions over there.
openjfx-dev at openjdk.java.net
-DrD-
> 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