Thursday, September 15, 2005

Accessing Windows Registry using Java

I always wished someone could provide me with a neat API for accessing the windows registry using Java. I did not want to get into the nitty-gritty of JNI calls..
Fortunately there is an opensource library available at:
http://www.trustice.com/java/jnireg/

Check out the source code to understand it better.

1 comment:

  1. I did a project in 2003 and used Winpack (not free).
    http://www.jniwrapper.com/winpack.jsp

    It's good to know that an open source solution is now available.

    ReplyDelete