Read/write to Windows registry using Java

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

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

24条回答
  •  [愿得一人]
    2020-11-21 06:22

    From a quick google:

    Check the WinPack for JNIWrapper. It has full Windows Registry access support including Reading and Writing.

    The WinPack Demo has Registry Viewer implemented as an example.

    Check at http://www.teamdev.com/jniwrapper/winpack/#registry_access

    And...

    There is also try JNIRegistry @ http://www.trustice.com/java/jnireg/

    There is also the option of invoking an external app, which is responsible for reading / writing the registry.

提交回复
热议问题