Troubleshooting: Could Not Open/Create Prefs¶
Because of a bug in Java 8, the following, yet harmless error message may appear for Windows users: *'Could not open/create prefs root node Software\JavaSoft\Prefs...'. If necessary, a workaround is to create the key HKEY_LOCAL_MACHINE\Software\JavaSoft\Prefs:
-
Click the Start button and then type
regeditinto the search field. Select and run the regedit application. -
Browse to the following path within regedit:
HKEY_LOCAL_MACHINE\Software\. -
Create the
JavaSoftkey if it does not already exist: Right-click on theSoftwareKey and selectNew>Key. -
Create the
Prefskey: right-click on theJavaSoftKey and selectNew>Key. -
Attempt to run the intaQt software again.