Read/write to Windows registry using Java

前端 未结 24 1546
日久生厌
日久生厌 2020-11-21 05:45

How is it possible to read/write to the Windows registry using Java?

24条回答
  •  温柔的废话
    2020-11-21 06:18

    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.

提交回复
热议问题