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?
[156 byte] By [JavaHeroPrincea] at [2007-11-27 0:27:43]
# 1
> 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 > top of Java-index,Java Essentials,Java Programming...