IDEA-119347 ../jre64 JDK not being picked up by idea64.exe

This commit is contained in:
Maxim.Mossienko
2014-01-16 13:33:18 +01:00
parent abd5ff0959
commit 786df13434
@@ -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;