I'm trying to use Java Preferences from XML WITHOUT using Windows registry, but I see a Registry-related message -


i have simplified program produces following output, in lines starting ^ generated code. note deliberately deleted prefs key in hkey_local_machine\software\javasoft.

^ preferences file found aug 09, 2013 2:45:23 pm java.util.prefs.windowspreferences <init> warning: not open/create prefs root node software\javasoft\prefs @ root 0x80000002. windows regcreatekeyex(...) returned error code 5. ^ doallunconditionally: false ^ footnotespopup: false ^ thumbnailsgenerated: true ^ thumbnailwidth: 200 ^ pathin: c:/users/das/google drive ^ pathout: c:/users/das/ottmar/site ^ pathlog: c:/users/das/ottmar/logs 

my question is, can bypass registry entirely? thought should able to.
can post source code (180 lines) if needed.

i discovered workaround (not solution) problem. stated before, had inadvertently/foolishly deleted prefs node in software\javasoft in registry, , when recreated message went away.

i assume windows registry is used whether or not.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -