提交 8bcb73a0 编写于 作者: G Gian Merlino

Java programs are best run with a java command.

上级 5564a67b
......@@ -171,6 +171,7 @@ public class ForkingTaskRunner implements TaskRunner, TaskLogStreamer
taskClasspath = config.getClasspath();
}
command.add(config.getJavaCommand());
command.add("-cp");
command.add(taskClasspath);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册