java.util.Preferences not found
Answered
IntelliJ IDEA 2022.2.1, trying to use java.util.Preferences but the Preferences class does not appear in java.util. I've seen nothing that indicates that it's been deprecated (can't image why that would be so) and no other sites talk about this other than how to use it. Am I missing something?
Sean
Please sign in to leave a comment.
What version of the JDK is used in your project? Try java.util.prefs.Preferences.
That was it, Arina, thanks! Don't know how I could have missed that.
No worries Sean, happens to the best of us :)
Good luck with your projects!