-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java warning: "WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs..." #1
Comments
This is a known java issue, and may be solved by following the procedure suggested by MKorsch on StackOverflow (http://stackoverflow.com/questions/16428098/groovy-shell-warning-could-not-open-create-prefs-root-node): "1. Go into your Start Menu and type regedit into the search field. |
Above method solved it for me (executing FindBugs from Maven) under Windows 10 (with HKEY_LOCAL_MACHINE\Software\JavaSoft). |
Above method solved it for me (executing FindBugs from Maven) under Windows 10 (with HKEY_LOCAL_MACHINE\Software\JavaSoft). Thanks |
This method worked for me too. |
@julienvollering Thank you, it works for me. But I actually added new keys to both locations :) HKEY_LOCAL_MACHINE\Software\JavaSoft |
Thank you. worked for me, but I'm not sure why I get the following error when I run the line: grasslandDVs <- deriveVars(grasslandPO, transformtype = c("L", "M", "D", "HF", "HR", "T", "B")) Alpha: returning -Infinity for pi[f]=0.000000+-0.000000, q[f]=0.000091 |
@amcilwee MIAmaxent is not yet updated to work with the most recent version of maxent.jar (v3.4.1). We are working on a version of our package that should eliminate these kinds of issues with the java program entirely. |
Thank you. all is working fine. |
It worked to me too. Thanks julienvollering. |
Thx for solution. |
They finally patched this in JDK 8 U202. (This is not the same as the standard JDK. Scroll down the download page to find it below. Apparently Oracle doesn't directly apply the patches to the standard release (U201). You have to download the version that has all the non-security patches in it.) This was finally patched Jan 2019. |
very useful , path should with "WOW6432Node" is very important. |
部分电脑既找不到HKEY_LOCAL_MACHINE \ Software \ JavaSoft, |
@julienvollering 部分电脑既找不到HKEY_LOCAL_MACHINE \ Software \ JavaSoft, |
solved worked on Eclipse 2020 06 |
Still working in 2020, thank you Julien Vollering |
I Also thank Julien Vollering |
Work for me too! Thanks 👍 |
0.1.01-SNAPSHOT If problem to start see this Issues: add regsitry HKEY_LOCAL_MACHINE\Software\JavaSoft\Prefs HKEY_LOCAL_MACHINE\Software\WOW6432Node\JavaSoft\Prefs julienvollering/MIAmaxent#1
Thanks !!! then I modified my Katalon shortcut to always run as administrator. |
When using one of the MIAmaxent functions that relies on the maxent.jar software (e.g. deriveVars, selectDVforEV, selectEV, plotResp), some users have reported the appearance of the following waring message:
"WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5."
The text was updated successfully, but these errors were encountered: