Unverified 提交 dd0eb08f authored 作者: Noel Grandin's avatar Noel Grandin 提交者: GitHub

Merge pull request #792 from h2database/inherit_classpath

Inherit classpath from parent process
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论