mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Since 11.1 IDEA has idea66.vmoptions file.
This commit is contained in:
@@ -226,7 +226,7 @@ public class VMOptions {
|
||||
}
|
||||
|
||||
final String productName = ApplicationNamesInfo.getInstance().getProductName().toLowerCase();
|
||||
final String platformSuffix = (SystemInfo.is64Bit && !SystemInfo.isLinux) ? "64" : "";
|
||||
final String platformSuffix = SystemInfo.is64Bit ? "64" : "";
|
||||
final String osSuffix = SystemInfo.isWindows ? ".exe" : "";
|
||||
return PathManager.getBinPath() + File.separatorChar + productName + platformSuffix + osSuffix + ".vmoptions";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user