Java Preferences on Mac OS
14
Jul
20110
Jul
20110
While on Windows the Java Preferences keys are stored inside the system registry ( regedit ), under MAC OS it is far more simple to get access to that info.
The preferences files generated by the Preferences API are named com.apple.java.util.prefs.
The user’s preferences file is stored in their home directory (~/Library/Preferences/).
The system preferences are stored in /Library/Preferences/ and are only persisted to disk if the user is an administrator.











Commenti