i will do that. thanks
On Mon, Apr 14, 2014 at 8:26 PM, David DeHaven <david.deha...@oracle.com>wrote: > > 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-...@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. > >