Java and the registry
Let's store java preferences in a file instead of storing them in the registry as noted in the launcher guide:
One way of storing settings in Java applications is with java.util.prefs. This stores its settings in the registry, in HKCU\Software\JavaSoft\Prefs\[package path]
- Read more about Java and the registry
- Log in or register to post comments
: