mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-119347 ../jre64 JDK not being picked up by idea64.exe
This commit is contained in:
@@ -190,7 +190,7 @@ bool LocateJVM()
|
||||
return result;
|
||||
}
|
||||
|
||||
std::string jreDir = GetAdjacentDir("jre");
|
||||
std::string jreDir = GetAdjacentDir(need64BitJRE ? "jre64":"jre");
|
||||
if (FindValidJVM(jreDir.c_str()) && Is64BitJRE(jvmPath) == need64BitJRE)
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user