Looking here
https://github.com/forcedotcom/salesforcedx-vscode/blob/master/packages/salesforcedx-vscode-apex/src/requirements.ts
line 86
javaHome + '/bin/java', ['-version'], {},
(error, stdout, stderr) => {
if (
stderr.indexOf('build 1.8') < 0 &&
stderr.indexOf('build 11.') < 0
) {
reject(nls.localize('wrong_java_version_text', SET_JAVA_DOC_LINK));
} else {
resolve(true);
}
}
I'm using openJDK and it looks like my output is different
_Originally posted by @Londoner1234 in https://github.com/forcedotcom/salesforcedx-vscode/issues/930#issuecomment-495531429_
Please, consider adding 12 already since it's GA
when this bug will be resolved for OpenJDK 11?
Most helpful comment
Please, consider adding 12 already since it's GA