Hello, On Thursday 27 March 2003 15:55, Darryl L. Pierce wrote: > run: > Mar 27, 2003 9:54:11 AM java.util.prefs.FileSystemPreferences$3 run > WARNING: Could not create system preferences directory. System > preferences are unusable.
system preferences get stored in /etc. You probably don't have write permission in this directory :) There 2 solutions to this problem: start your app as root or create /etc/.java (look at the dot) by hand (as root) and make it world writable.. cheers markus -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

