vote up 1 vote down star

I'm trying to put together a Java Webstart app, but don't want it to display the Webstart splash screen, or "downloading app" boxes. Is there any way I can turn them off? (I'm fine with it displaying the Permissions Request box, but nothing else).

flag

3 Answers

vote up 4 vote down check

Yes, use the -nosplash option.

Place this:

<argument>-nosplash</argument>

in your JNLP document.

link|flag
vote up 0 vote down

Note, that for production use you might want the visual feedback to users, to avoid the "It doesn't work today" (where a big update must be downloaded over a slow line resulting in long startup times).

link|flag
What I'd like to do is to have the feedback be in my page instead, the only reason I'm even using WebStart is because it loads in a separate process and hence won't hang the browser. – unknown (yahoo) Jul 19 at 5:08
vote up 0 vote down

Or you can use your on startup image:

MyProject1.0 My Company. Application Launcher For MyProject1.0 ....

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.