mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-CR-6540. fixed exe launchers.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -452,7 +452,7 @@ bool LoadVMOptions()
|
||||
return false;
|
||||
}
|
||||
|
||||
vmOptionLines.push_back(std::string("-Djb.vmOptions=") + EncodeWideACP(used));
|
||||
vmOptionLines.push_back(std::string("-Djb.vmOptionsFile=") + EncodeWideACP(used));
|
||||
|
||||
if (!AddClassPathOptions(vmOptionLines)) return false;
|
||||
AddPredefinedVMOptions(vmOptionLines);
|
||||
|
||||
Reference in New Issue
Block a user