> Is it possible to redirect output from an application
> downloaded with JNLP (Default output is java console)
> to a file specified in JNLP file?
Do you control the source code of the application being downloaded? I
don't think the JNLP file format directly supports such a feature, but you
can certainly put command line arguments or parameters in the JNLP to pass
into the application to download.
Vova Reznik <address@mail.com> wrote in news:evEPf.74316$PL5.38804
@newssvr11.news.prodigy.com:
> Is it possible to redirect output from an application
> downloaded with JNLP (Default output is java console)
> to a file specified in JNLP file?
http://java.sun.com/products/javawebstart/1.2/docs/developersguide.html
See the section labelled "Security and Code Signing".
Cheers
GRB
Roedy Green - 09 Mar 2006 18:24 GMT
On Wed, 08 Mar 2006 18:16:04 -0600, "Greg R. Broderick"
<terto@oynpxubyvb.qlaqaf.bet> wrote, quoted or indirectly quoted
someone who said :
>> Is it possible to redirect output from an application
>> downloaded with JNLP (Default output is java console)
>> to a file specified in JNLP file?
Your app can do anything a normal app can, including System.setOut.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.