views:

22

answers:

1

When I trying to run Ant — he show me an alert with “Project JDK not specified”. How I can use Ant in Intellij Idea for web-applications without JDK?

A: 

You still need JDK configured for Ant to work, either in the Project or in the Build file properties dialog (you can set custom JDK just for Ant).

CrazyCoder
Thank you, I already found a solution.
Pavel Frankov