Change working dir in Java Webstart
问题 Is there a way to change working dir for JVM when running Java Webstart? When i use system.setProperties("user.dir", newDir) it sets it(system.getProperties() shows it does) but ignores it. Is this a limitation in Java Webstart to always use the working dir where i started the jnlp file? I am using all permissions in the jnlp file. Please help! EDIT: Whatever i do now, my webstart always uses user.dir to save files. Frustrating! 回答1: I've had this question in the past myself, but I've always