mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
updated path to log4j.jar for executing Updater.
This commit is contained in:
@@ -153,7 +153,7 @@ public class Main {
|
||||
System.getProperty("java.home") + "/bin/java",
|
||||
"-Xmx500m",
|
||||
"-classpath",
|
||||
copyPatchFile.getPath() + File.pathSeparator + copyPatchFile.getPath() + "/lib/log4j.jar",
|
||||
copyPatchFile.getPath() + File.pathSeparator + PathManager.getLibPath() + "/log4j.jar",
|
||||
"-Djava.io.tmpdir=" + tempDir,
|
||||
"com.intellij.updater.Runner",
|
||||
"install",
|
||||
|
||||
Reference in New Issue
Block a user