JNLP problem
consider a application(Swing) that run throught Javawebstart. The application create a file in the currect directory. where will be the file created?
> consider a application(Swing) that run throught> Javawebstart. The application create a file in the> currect directory. where will be the file created?Most likely in the System.getProperty("user.dir") directory.kind regards,Jos
JosAHa at 2007-7-11 22:27:48 >
