|
-
September 26th, 2000, 10:40 AM
#1
How to read Windows Registry?
Any links or samples to point me to how to read windows registry settings from java?
-
September 26th, 2000, 03:00 PM
#2
Re: How to read Windows Registry?
Hi
You write a Native method to store and retrieve values from the Windows registry. Call these methods inside your java class using JNI.
Bye
-
September 28th, 2000, 04:18 AM
#3
Re: Why use a native menu?
1) You cant access native methods if your
applet isnt digitally signed.
2) Why write a seperate native method when you
could just use java?
3) Correct me if I'm wrong but isnt JNI relatively new? ie, your going to eliminate older
browsers/versions from using your app.
If you can read the users hard drive (digital cert from thawte or verisign) you can access the users registery. I'm sure someone out there has
already written some java classes that handle the grunt work for you.
Anyone knowing of the existance of said classes, a pointing in the right direction would be much appreciatted.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|