Where are the Java preferences stored in Windows 7?

前端 未结 4 1813
隐瞒了意图╮
隐瞒了意图╮ 2020-12-24 00:30

We use the Java preferences in some of our apps and haven\'t really noticed this since the utility that makes the calls is fairly old and was written in Windows XP days. But

4条回答
  •  春和景丽
    2020-12-24 01:17

    for systemRoot:

    HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\...
    

    for userRoot:

    HKEY_CURRENT_USER\SOFTWARE\JavaSoft\...
    

提交回复
热议问题