CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2000
    Posts
    123

    How to read Windows Registry?

    Any links or samples to point me to how to read windows registry settings from java?


  2. #2
    Join Date
    Mar 2000
    Posts
    10

    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



  3. #3
    Join Date
    Sep 2000
    Posts
    13

    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
  •  





Click Here to Expand Forum to Full Width

Featured