I have a Java application that runs on Mac and Windows, directly off a CD/DVD with no installation. Now, I need to store a file containing per-user data (think favourites e
As well as user.home, the following is useful for more temporary file storage:
user.home
System.getProperty("java.io.tmpdir")