This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Preferences path and compatibility
- From: Shaun Jackman <sjackman at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Sat, 22 Jan 2005 18:01:05 -0800
- Subject: Preferences path and compatibility
- Reply-to: Shaun Jackman <sjackman at gmail dot com>
To what path does java.util.prefs.Preferences.userRoot default; is it
$HOME/.java/.userPrefs like Sun's implementation?
Are the user preferences stored in a format that's compatible with
Sun's implementation?
I'm hoping that the user preferences saved by a user running the
application in Sun's JVM will be available to the same application
when it is run natively by GCJ. Is this possible?
Please cc me in your reply. Thanks,
Shaun