Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 418 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 418 Bytes

Pur java registry wrapper

Registry reader/writter in Java without any additional dll. It uses the java.dll which is deliverd with any jre! Since version 3.0 it can also read/write DWORD, BINARY, MULTI and EXPAND entries! This functions use Runtime.exec() and the regedit exe!

This is a fork of https://code.google.com/archive/p/java-registry/

The library has been modified for compatibility with Java 11 and newer.