Class WindowsRegistry


  • public final class WindowsRegistry
    extends Object
    Class used to retrieve information from the Windows registry See https://stackoverflow.com/questions/62289/read-write-to-windows-registry-using-java
    • Method Detail

      • readRegistry

        public static String[] readRegistry​(String location,
                                            String key)
        Gets a registry value
        Parameters:
        location - path in the registry
        key - registry key
        Returns:
        registry value or null if not found