Writin to windows registry
hai,
I am tryng to write installation for an application,which require to set some values in registry using java program.
I have tried using Preference class
java.util.prefs
that'll allow you to write keys and values under the keys
HKEY_LOCAL_MACHINE/JavaSoft/Prefs
HKEY_CURRENT_USER/JavaSoft/Prefs
But i want to write under
HKEY_LOCAL_MACHINE/software/path
Please anyone help me
thank you
prakash

