mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-24 12:16:28 +01:00
Polished the fix a bit.
This commit is contained in:
parent
3a101dab73
commit
c6aa378bc8
@ -6,8 +6,6 @@
|
||||
|
||||
package com.skcraft.launcher.launch;
|
||||
|
||||
import com.skcraft.launcher.util.Environment;
|
||||
import com.skcraft.launcher.util.Platform;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import lombok.ToString;
|
||||
@ -81,7 +79,7 @@ public class JavaProcessBuilder {
|
||||
public List<String> buildCommand() {
|
||||
List<String> command = new ArrayList<String>();
|
||||
|
||||
if(Environment.getInstance().getPlatform() == Platform.WINDOWS) {
|
||||
if(getJvmPath() != null) {
|
||||
command.add(getJvmPath() + File.separator + "java");
|
||||
} else {
|
||||
command.add("java");
|
||||
|
Loading…
Reference in New Issue
Block a user