Can you please tell me, if i use preference API and store user or system preferences where they will be stored in windows/unix
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
For Windows systemRoot and userRoot are stored in HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs and HKEY_CURRENT_USER\Software\JavaSoft\Prefs respectively. For Unix systemRoot and userRoot are stored in "user.home" + ".java/.userPrefs" and "/etc/.java" respectively. Note that for Unix the locations can be changed by specifying "java.util.prefs.userRoot" and "java.util.prefs.systemRoot" properties |
|||
|
|
rupaat the top of the screen. This will encourage people to give you more answers in the future. – SLaks Dec 13 '09 at 20:31