We have a need to access the Windows Registry from Java code. Is there anything available within the Java Api to access the Windows Registry??
What does java.util.prefs.Preferences do ?
Thanks
Sabyasachi
-
Windows Registry access (2 messages)
- Posted by: Sabyasachi Chowdhury
- Posted on: June 14 2005 13:06 EDT
Threaded Messages (2)
- No API may get some implemnetation by Biswa Das on June 14 2005 15:27 EDT
- Windows Registry access by Poetic Justice on June 14 2005 16:59 EDT
-
No API may get some implemnetation[ Go to top ]
- Posted by: Biswa Das
- Posted on: June 14 2005 15:27 EDT
- in response to Sabyasachi Chowdhury
Any thing which is defined in API is platform neutral.
Probably you can look for something which is windows specific implementation otherwise search in java.sun.com JNI forum. You will get plenty of help from there -
Windows Registry access[ Go to top ]
- Posted by: Poetic Justice
- Posted on: June 14 2005 16:59 EDT
- in response to Sabyasachi Chowdhury
java.util.prefs.Preferences
This package will not help you for the problem you need to solve, it was introduced in jdk1.4 as a way of storing very small information eg user preferences for an application in the windows registry by passing sessions.