registry editor
i'm trying to make a registry editor for windows in java as my mini project. it will be similar to "regedit.exe", already present in windows. is there any class which allows reading and writing from the registry? if not then do i have to use jni?