Re: where is the java preferences file located
- From: Daniel Pitts <newsgroup.spamfilter@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 25 Jul 2008 13:15:30 -0700
epicwinter wrote:
I am using java preferences. I want to be able to clear theIt is system dependent. In windows, it might store them in the registry, but on Linux, it could store them in a file. It might be implemented to store them in a database instead.
preferences completely, but i can't figure out where the java
preferences are physically stored on the file system. I want to just
delete them all. Does anyone know where the java preferences are
stored and how they can be deleted?
If I'm reading the javadocs correctly, you could use Preferences.systemRoot().removeNode().
--
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
.
- Follow-Ups:
- Re: where is the java preferences file located
- From: John B. Matthews
- Re: where is the java preferences file located
- References:
- where is the java preferences file located
- From: epicwinter
- where is the java preferences file located
- Prev by Date: where is the java preferences file located
- Next by Date: Re: Javadoc @see
- Previous by thread: where is the java preferences file located
- Next by thread: Re: where is the java preferences file located
- Index(es):
Relevant Pages
|