-
Notifications
You must be signed in to change notification settings - Fork 2
Finding the java version #24
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
This can fail to find the installed java, as sometimes (I think the reason is that there's only one version installed in my wine prefix), it appears to not create the "CurrentVersion" value.
I was able to create that value manually with value set to 25.0.1 (the only key present in HKEY_LOCAL_MACHINE\Software\JavaSoft\JDK\)
And then was able to launch integrated mode.
Line 31 in b9d9a4a
| if (retval = RegGetValue(jKey, NULL, TEXT("CurrentVersion"), RRF_RT_REG_SZ, NULL, versionString, &bufsize)) { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working