java.util.prefs.Preferences not found?
java.util.prefs.Preferences not found?
- Subject: java.util.prefs.Preferences not found?
- From: Sean Gilbertson <email@hidden>
- Date: Tue, 18 Feb 2003 03:55:42 -0500
Hey everyone,
I'm attempting to use the java.util.prefs.Preferences class to save
and load some preferences, and I get this error message upon execution:
Stack Trace:
java.lang.NoClassDefFoundError: java/util/prefs/Preferences
at java.lang.Class.getMethods0(Native Method)
at java.lang.Class.getDeclaredMethods(Class.java:1034)
The source code is below (from my Controller's awakeFromNib()):
m_appPrefs = Preferences.userNodeForPackage(BluebeardPreferences.class);
I even changed it to use String.class, to no avail.
Any ideas?
Thanks,
Sean
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.