oakes / Nightcode

An IDE for Clojure
https://sekao.net/nightcode/
The Unlicense
1.4k stars 124 forks source link

Running NC from another REPL - getting warning from java.util.prefs [Java 8 Bug] #228

Closed joinr closed 7 years ago

joinr commented 7 years ago

When you run NC from the repl (via emacs or lein), the night.utils ns preferences-related code will trigger warnings. Apparently, this is a known bug with the JDK as referenced here

For stand-alone nightcode (and nightlight), you won't every see this...Just a reference issue. Supposedly, this is being fixed in Java 9.

WARNING [java.util.prefs]: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.