How do I get a Win registry value in Java?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • salavi

    How do I get a Win registry value in Java?

    What is the simplest way to get a Win (XP) registry value for a given key in
    Java. This will obviously not be portable code, but it's a necessity.

    Thanks.


  • Steve W. Jackson

    #2
    Re: How do I get a Win registry value in Java?

    In article <rqqdnSxo3LAaGf ndRVn-hg@ctc.net>,
    "salavi" <salavi@lys.vne t.net> wrote:
    [color=blue]
    >:What is the simplest way to get a Win (XP) registry value for a given key in
    >:Java. This will obviously not be portable code, but it's a necessity.
    >:
    >:Thanks.[/color]

    JNI.
    --
    Steve W. Jackson
    Montgomery, Alabama

    Comment

    • Roedy Green

      #3
      Re: How do I get a Win registry value in Java?

      On Fri, 26 Mar 2004 11:29:12 -0800, "salavi" <salavi@lys.vne t.net>
      wrote or quoted :
      [color=blue]
      >What is the simplest way to get a Win (XP) registry value for a given key in
      >Java. This will obviously not be portable code, but it's a necessity.[/color]

      see http://mindprod.com/jgloss/registry.html
      j
      --
      Canadian Mind Products, Roedy Green.
      Coaching, problem solving, economical contract programming.
      See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.

      Comment

      • Tom N

        #4
        Re: How do I get a Win registry value in Java?

        Various libraries available at http://www.javashareware.com/
        Some are free for personal use.

        "salavi" wrote:[color=blue]
        > What is the simplest way to get a Win (XP) registry value for a given key[/color]
        in[color=blue]
        > Java. This will obviously not be portable code, but it's a necessity.[/color]


        Comment

        Working...