JRebel Windows RegCreateKeyEx(...) returned error code 5.

1360 단어
JRebel의 깊이 있는 사용자로서 win10에서 JRebel의 eclipse 플러그인으로 사용할 때 다음과 같은 문제가 발생했습니다.
java.util.prefs.WindowsPreferences 
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs 
at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

이것은 Warning이다. 비록 사용에 영향을 주지 않지만, 결벽증이 있는 사람으로서 어떻게 용인할 수 있겠는가!
솔루션은 다음과 같습니다.
  • Go into your Start Menu and type  regedit  into the search field.
  • Navigate to path  HKEY_LOCAL_MACHINE\Software\JavaSoft
  • Right click on the JavaSoft folder and click on  New  ->  Key
  • Name the new Key  Prefs  and everything should work.

  • 게으른 학생은 직접 새로 만들 수 있다.reg의 텍스트 파일은 다음 코드copy를 저장하고 두 번 눌러서 실행하면 됩니다.
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs]

    이유:
    Well i can answer that one: java.util.prefs.Preferences default implementation on Windows saves User Preferences AND System Preferences to the Windows Registry
    참조 링크:
    http://stackoverflow.com/questions/16428098/groovy-shell-warning-could-not-open-create-prefs-root-node/17552837#17552837

    좋은 웹페이지 즐겨찾기