¡@

Home 

java Programming Glossary: valuename

read/write to Windows Registry using Java

http://stackoverflow.com/questions/62289/read-write-to-windows-registry-using-java

HKEY_CURRENT_USER HKEY_LOCAL_MACHINE @param key @param valueName @return the value @throws IllegalArgumentException @throws IllegalAccessException.. public static String readString int hkey String key String valueName throws IllegalArgumentException IllegalAccessException InvocationTargetException.. HKEY_LOCAL_MACHINE return readString systemRoot hkey key valueName else if hkey HKEY_CURRENT_USER return readString userRoot hkey..