[FIX] Missed =

This commit is contained in:
Gravit 2020-04-12 20:59:24 +07:00
parent 4592aeea2d
commit d2ce49e41a

View file

@ -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
{