Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
[deleted comment]
public String getRegistryValue(String keyPath, String keyName){
String value = null;
try {
at.jta.Regor reg = new at.jta.Regor();
at.jta.Key key = new at.jta.Key();
key.setPath(keyPath);
if(key._isValidKey()){
value = reg.readAnyValueString(key, keyName);
}
} catch (at.jta.RegistryErrorException ex) {
Logger.getLogger(AppFunctions.class.getName()).log(Level.SEVERE, null, ex);
}
return(value);
}
Original comment by neal.gar...@gmail.com
on 11 Jul 2010 at 7:28
Should work with latest revision..
I submitted the testcode ;)
Original comment by bEha...@gmail.com
on 21 Jan 2011 at 2:11
Original comment by bEha...@gmail.com
on 22 Feb 2012 at 3:30
Original issue reported on code.google.com by
stjohnn...@gmail.com
on 10 Apr 2010 at 10:25