문제

How do I use regedit so as to store some deatails of my program ? I would like to use this to store some data like the program folder, some user cofigs and also some extensions that the computer should recognize as my program's extension.

도움이 되었습니까?

해결책

Consider using the Preferences API. Preferences.systemRoot() should let you touch the registry node at HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Prefs on a 64 bit computer with 32 bit java.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top