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?
[254 byte] By [neeraj.sharmaa] at [2007-10-3 1:05:30]
# 1
regedit.exe has command line parameters. So it would make sense to use Runtime.exec(...). It certainly would give me a safer feeling.
joop_eggena at 2007-7-14 18:01:58 > top of Java-index,Desktop,Developing for the Desktop...
# 2
http://sourceforge.net/projects/jregistrykey http://sourceforge.net/search/?type_of_search=soft&exact=1&forum_id=0&group_id=0&atid=0&words=java+windows+registry&Search=Search
pholthuizena at 2007-7-14 18:01:58 > top of Java-index,Desktop,Developing for the Desktop...