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 を選択Run as->しAnt Build...ます。タブでJRE任意の JRE に切り替えることができます。
Run Configuration
Run as
Ant Build...
JRE
おそらく、Installed JREs...これをクリックして追加できるEclipse設定ダイアログが開き、関連するJREを最初にEclipseに追加する必要があります。
Installed JREs...