Skip to content

Finding the java version #24

@JkktBkkt

Description

@JkktBkkt

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.

if (retval = RegGetValue(jKey, NULL, TEXT("CurrentVersion"), RRF_RT_REG_SZ, NULL, versionString, &bufsize)) {

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions