How is it possible to read/write to the Windows registry using Java?
Yet another library...
https://code.google.com/p/java-registry/
This one launches reg.exe under the covers, reading/writing to temporary files. I didn't end up using it, but it looks like a pretty comprehensive implementation. If I did use it, I might dive in and add some better management of the child processes.