提交 a531bda7 authored 作者: andrei's avatar andrei

Inherit classpath from parent process

上级 c27bcf5a
...@@ -1415,7 +1415,7 @@ public abstract class TestBase { ...@@ -1415,7 +1415,7 @@ public abstract class TestBase {
* @return the classpath list * @return the classpath list
*/ */
protected String getClassPath() { protected String getClassPath() {
return "bin" + File.pathSeparator + "temp" + File.pathSeparator + "."; return System.getProperty("java.class.path");
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论