java Programming Glossary: userroot
read/write to Windows Registry using Java http://stackoverflow.com/questions/62289/read-write-to-windows-registry-using-java final int KEY_READ 0x20019 private static Preferences userRoot Preferences.userRoot private static Preferences systemRoot Preferences.systemRoot.. 0x20019 private static Preferences userRoot Preferences.userRoot private static Preferences systemRoot Preferences.systemRoot.. private static Class extends Preferences userClass userRoot.getClass private static Method regOpenKey null private static..
|