In article < .com>,
"sandy" <> wrote:
> Hi,
> i am new to this group and thank you all for having this group.
> i am hung with a problem i would like to ask u all abt the same.
> i want access registry entry thr java code and get the requird result
> but i am unable to find a method for the same.
> i request all to help
> i think thr is method RegKey but i am unable to find the package for
> the same.
>
> thankyou all
> sandy
Keep in mind that Java is platform agnostic, whereas the registry is
unique to Windows. So there is no built-in Java way of reading the
Windows registry unless you find some third party code that can do it.
You might have some luck via Google.
Depending on exactly what you want with the registry, you might want to
know that the Preferences API uses the registry for storing and
retrieving preferences in Java apps on Windows. So it's possible that
you don't really need direct registry access yourself.
= Steve =
--
Steve W. Jackson
Montgomery, Alabama
|