提交 a659a2d4 编写于 作者: Y ykantser

8008089: Delete OS dependent check in JdkFinder.getExecutable()

Reviewed-by: egahlin, alanb
上级 7b3dae29
......@@ -38,10 +38,6 @@ public final class JdkFinder {
}
binPath += File.separatorChar + "bin" + File.separatorChar + executable;
File toolFile = new File(binPath);
if (!toolFile.exists()) {
throw new RuntimeException(binPath + " does not exist");
}
return binPath;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册