-3

Is there any Java library available to handle the windows registry file (.reg).Like read and write KEYS, SUBKEYS and DATA from an selected registry file.

NOTE: There is solutions available to handle the Windows registry by java. But the needed is to reading registry values, keys and data from (.reg) extension file not directly from registry.

  • @KhanAbdulrehman The problem solution suggest how to read and write a windows registry, my question clearly says how to handle Windows registry file (.reg) extension – Vignesh Rajendran Feb 19 '16 at 05:03

1 Answers1

0

operation windows registry can use Preferences, jRegistry.

read or write *.reg file may be write it yourself.

Hang.Yin
  • 1
  • 1