Log files ?

I am running a trusted application via JWS with full access.

when i run the application thorugh jws client, these appear in the JWS install directory, which is OK for me.

When I launch the jnlp file through web browser

log files created by the application appear on desktop.

how to make these appear in JWS install directory.

thanks,

uggar

[390 byte] By [ttl3] at [2007-9-26 1:13:41]
# 1

One option is to explicitly create the log files in whatever directory is specified by the System property "user.home" - or you could use the current working directory - System.getProperty("user.dir");.

Come to think of it, the latter method might be how JWS does it...

Yours,

Tom

tcopeland at 2007-6-29 0:10:47 > top of Java-index,Desktop,Deploying...