jRegistryKey HELP
I need Help this class..
import ca.beq.util.win32.registry.*;
publicclass RegistryKey{
publicstaticvoid main(String args[]){
try{
RegistryKey rk =new RegistryKey(RootKey.HKEY_CURRENT_USER,"Software\\newCreatekey");
}catch(RegistryException re){
re.printStackTrace();}
}
}
im, tryed this , but not working
symbol : constructor RegistryKey(ca.beq.util.win32.registry.RootKey,java.lang.String)
location:class hack.RegistryKey
RegistryKey rk =new RegistryKey(RootKey.HKEY_CURRENT_USER,"Software\\newCreatekey");
1 error
who can help-me and , what i do with jRegistryKey.dll ?
Sorry my bad english
ty !
Message was edited by:
diegoloko

