mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-31 20:59:54 +03:00
[FIX] Missed =
This commit is contained in:
parent
4592aeea2d
commit
d2ce49e41a
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ public void start(boolean pipeOutput) throws IOException, InterruptedException {
|
|||
//ADD CLASSPATH
|
||||
if(useLegacyJavaClassPathProperty)
|
||||
{
|
||||
processArgs.add("-Djava.class.path".concat(String.join(getPathSeparator(), systemClassPath)));
|
||||
processArgs.add("-Djava.class.path=".concat(String.join(getPathSeparator(), systemClassPath)));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue