Using JDK splash screen from Web Start
Anthony Petrov
anthony.petrov at oracle.com
Thu May 3 05:31:03 PDT 2012
On 05/02/12 20:38, Scott Kovatch wrote:
> However, in the Mac implementation I ought to be able to remove that assumption since we won't be supporting older JREs. I tried passing along '-splash:<path>' with the other Web Start arguments and it worked fine. That's okay for AWT-based Web Start apps, but I'm concerned about JavaFX apps. I know libosxapp doesn't actually pull in the AWT, but now I need to test that JavaFX will work okay if it finds an NSApplicationAWT already started when Glass creates its application.
Since both the splash screen and FX want its own instance of NSApp,
using both is impossible at this moment. Or the FX app must be run in
the embedded mode (as if there's full AWT running - but it's really
unneeded since it's enough what we've got in libosxapp already for FX to
run smoothly).
--
best regards,
Anthony
More information about the macosx-port-dev
mailing list