Method to access registry entry on windows.

S

sandy

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
 
S

Steve W. Jackson

sandy said:
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 =
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top