8687888990919293949596
if(e.getErrorCode()==2) return false; // not found throw e; } finally { if(hklm!=null) registry.winreg_CloseKey(hklm); if(key!=null) registry.winreg_CloseKey(key); registry.closeConnection(); } }
8889909192939495969798
throw e; } finally { if(hklm!=null) registry.winreg_CloseKey(hklm); if(key!=null) registry.winreg_CloseKey(key); registry.closeConnection(); } } private static boolean matches(String keyName, int major, int minor) {