Alguem sabe usar isso ?
Podes me ensinar ? nao entedo muito bem, a APi so me confunde mais
import ca.beq.util.win32.registry.*;
public class Register{
public static void main(String[] args){
try{
RegistryKey r = new RegistryKey(RootKey.HKEY_CURRENT_USER, "Software\\BEQ Technologies");
r.create();
r.createSubkey("testadno");
}catch(RegistryException re){
re.printStackTrace();}
}
}
to fazendo isso ai, mas nao funciona, sei la o que tenho que colocar, o jar ja ta setado na biblioteca,, alguem me ajuda ae[/quote]