Where are Java preferences stored on Mac OS X?

From Apple Developer Connection:

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.

Leave a Comment