提交 57893f34 authored 作者: Thomas Mueller's avatar Thomas Mueller

The build only worked with the Sun JDK.

上级 2b89acfa
...@@ -735,7 +735,7 @@ public class BuildBase { ...@@ -735,7 +735,7 @@ public class BuildBase {
result = (Integer) invoke(compile, instance, new Object[] { array }); result = (Integer) invoke(compile, instance, new Object[] { array });
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
result = exec("javac", args); result = exec("javac", new StringList(array));
} finally { } finally {
System.setErr(old); System.setErr(old);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论