mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-03 22:30:31 +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
|
//ADD CLASSPATH
|
||||||
if(useLegacyJavaClassPathProperty)
|
if(useLegacyJavaClassPathProperty)
|
||||||
{
|
{
|
||||||
processArgs.add("-Djava.class.path".concat(String.join(getPathSeparator(), systemClassPath)));
|
processArgs.add("-Djava.class.path=".concat(String.join(getPathSeparator(), systemClassPath)));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue