Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 IntelliJ 中,如果我想配置我的 ANT 脚本使用的 Java 版本,我只需右键单击并设置 ANT 的属性,然后选择我想要使用的 JDK。在 Eclipse 中,我没有看到任何这样的选项。我是否需要将 Java 的版本硬编码到我的脚本中,或者有什么方法可以告诉 ANT 我希望它使用哪个版本?
您可以在Run Configuration. 右键单击您的 ant 文件 ant select Run as-> Ant Build.... 在JRE选项卡上,您可以切换到任何 JRE。
Run Configuration
Run as
Ant Build...
JRE
也许您必须先将相关的 JRE 添加到 Eclipse,方法是单击Installed JREs...它打开 Eclipse 首选项对话框,您可以在其中添加它。
Installed JREs...