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.
Thursday, September 15, 2005
Subscribe to:
Post Comments (Atom)
I did a project in 2003 and used Winpack (not free).
ReplyDeletehttp://www.jniwrapper.com/winpack.jsp
It's good to know that an open source solution is now available.