Re: Javafxpackager and splash screen

2014-04-15 Thread Danno Ferrin
Looks like this is something the packager launcher is missing. Please file a feature request at javafx-jira.kenai.com. On Apr 15, 2014, at 11:36 AM, Abu Abdullah wrote: > > > > On Tue, Apr 15, 2014 at 3:20 AM, Danno Ferrin wrote: > Try APPDIR instead of APP_ROOT. > > > Still the same res

Re: Javafxpackager and splash screen

2014-04-15 Thread Abu Abdullah
On Tue, Apr 15, 2014 at 3:20 AM, Danno Ferrin wrote: > Try APPDIR instead of APP_ROOT. > > > Still the same result, it is not working even with absolute path. maybe I'm missing something.

Re: Javafxpackager and splash screen

2014-04-15 Thread Abu Abdullah
i will do that. thanks On Mon, Apr 14, 2014 at 8:26 PM, David DeHaven 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 jav

Re: Javafxpackager and splash screen

2014-04-14 Thread Danno Ferrin
Try APPDIR instead of APP_ROOT. > > > Begin forwarded message: > >> From: Michael Hall >> Subject: Re: Javafxpackager and splash screen >> Date: April 12, 2014 at 2:52:21 AM PDT >> To: Abu Abdullah >> Cc: "macosx-port-dev@openjdk.java.net&quo

Re: Javafxpackager and splash screen

2014-04-14 Thread David DeHaven
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

Re: Javafxpackager and splash screen

2014-04-13 Thread Michael Hall
On Apr 13, 2014, at 11:10 AM, Abu Abdullah wrote: > > > Can you please try the following test sample on your machine. ideally it > should work but it is not in my case: > https://drive.google.com/file/d/0B6nSYRwywQUoNzV5RHh5bWl6amc/edit?usp=sharing > > the code is compiled with 1.8, you just

Re: Javafxpackager and splash screen

2014-04-13 Thread Abu Abdullah
On Sat, Apr 12, 2014 at 1:52 PM, Michael Hall wrote: > On Apr 11, 2014, at 9:38 PM, Abu Abdullah wrote: > > On Sat, Apr 12, 2014 at 6:19 AM, Michael Hall wrote: > >> >> i tried even the absolute path in case APP_ROOT is not supported but not >> working. >> >> >> I seem to remember support for s

Re: Javafxpackager and splash screen

2014-04-12 Thread Michael Hall
On Apr 11, 2014, at 9:38 PM, Abu Abdullah wrote: > On Sat, Apr 12, 2014 at 6:19 AM, Michael Hall wrote: > >> i tried even the absolute path in case APP_ROOT is not supported but not >> working. > > I seem to remember support for something like this being added. But am not > sure. You could ch

Re: Javafxpackager and splash screen

2014-04-11 Thread Abu Abdullah
On Sat, Apr 12, 2014 at 6:19 AM, Michael Hall wrote: > > i tried even the absolute path in case APP_ROOT is not supported but not > working. > > > I seem to remember support for something like this being added. But am not > sure. You could check the source. > > I tried also with jdk1.8.0 u20 as w

Re: Javafxpackager and splash screen

2014-04-11 Thread Michael Hall
> i tried even the absolute path in case APP_ROOT is not supported but not > working. I seem to remember support for something like this being added. But am not sure. You could check the source. > > For some reason, I'm not able to do it even using the infinitekind > appbundler, maybe it is n

Javafxpackager and splash screen

2014-04-11 Thread Abu Abdullah
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. JVMOptions -splash:$APP_ROOT/Contents/Java/images/logo.png i tried