Original Post
A bit inspired by another thread out there (Why do some games need admin accounts?), where and how should you write settings for a Java game? We are currently developing a (non-applet) Java game. The idea is that it shouldn't matter too much for the end user, and we're probably going to distribute it for Windows with installer and everything. However, I want to keep the option of distributing it to other platforms open, and I wondered if there is a way of knowing in Java where you're allowed to write settings for your application. The idea is that, with Java, you don't need to know what OS you're running on, so, is there somewhere some abstraction to remove the difference between a "\Documents and settings\user\" and a "/home/user/"? Thanks, -Amarth