Forcing the JWS console to appear
Is there any way to force the Java Web Start console to appear? I've written a non-GUI tool that is useful for monitoring network traffic for a specific protocol. What I would like is to make JWS (e.g. through a JNLP attibute setting) pop up that console window in order for output written to System.out to display itself.
I'm aware that I can go to the Java Web Start Application Manager and set this, but I assuming that most users will simply launch the application through its URL. Most of them don't even know that the Application Manager exists.
Thanks in advance.

