accessing the windows registry

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hsn
    New Member
    • Sep 2007
    • 237

    accessing the windows registry

    hello everyone.
    i am trying to access the windows xp registry, i want to check some data in it and then correct it if it was wrong.
    i am doing some research but if anyone have any idea of where to start i would be greatful.

    thanks in advance

    hsn
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    You probably have found this, since you are on the hunt, but do see if you can disect and use, if not...; first link especially.

    Also, please use at your own risk, a colleague gave this to disect, not use if all links work:-) Besides would not want you to fire it up and get into trouble at work or else:

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by hsn
      hello everyone.
      i am trying to access the windows xp registry, i want to check some data in it and then correct it if it was wrong.
      i am doing some research but if anyone have any idea of where to start i would be greatful.

      thanks in advance

      hsn
      Java is not the best language to use for programs that meddle with the registry.

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Just a remark: the Preferences class is not the way to go. You definitely
        need a bunch of JNI functions.

        kind regards,

        Jos

        Comment

        Working...