| View previous topic :: View next topic |
| Author |
Message |
VirVit Guest
|
Posted: Fri Jan 23, 2004 8:08 pm Post subject: Preferences |
|
|
Hello!
I've just read about Preferences in JDK1.4 and wonder where java store data
between sessions???? I've found no related files with suitable contant..
Sorry for lammer question ;(
--
÷ÉÔÁÌÉÊ ðÏÃÅÌÕÅ× (VirVit)
Oracle 9i DBA beginner
ñ ÂÙ × ÕÍÎÙÅ ÐÏÛÅÌ, ÐÕÓÔØ ÍÅÎÑ ÎÁÕÞÁÔ...
|
|
| Back to top |
|
 |
Christophe Vanfleteren Guest
|
Posted: Fri Jan 23, 2004 8:23 pm Post subject: Re: Preferences |
|
|
VirVit wrote:
| Quote: | Hello!
I've just read about Preferences in JDK1.4 and wonder where java store
data between sessions???? I've found no related files with suitable
contant.. Sorry for lammer question ;(
When using Windows: in the registry. |
When using a Unix like system: in xml files.
--
Kind regards,
Christophe Vanfleteren
|
|
| Back to top |
|
 |
Neil Campbell Guest
|
Posted: Sat Jan 24, 2004 12:57 am Post subject: Re: Preferences |
|
|
Christophe Vanfleteren wrote:
| Quote: | When using a Unix like system: in xml files.
|
.... usually in a .java subdirectory of the user's home directory for user
preferences, or in /etc/.java for system-wide settings.
--
Neil Campbell
batneil[AT]thebatcave[DOT]org[DOT]uk
http://www.thebatcave.org.uk
|
|
| Back to top |
|
 |
|