π Top 15 Udemy Courses (80-90% Discount): My Udemy Courses - Ramesh Fadatare — All my Udemy courses are real-time and project oriented courses.
▶️ Subscribe to My YouTube Channel (178K+ subscribers): Java Guides on YouTube
▶️ For AI, ChatGPT, Web, Tech, and Generative AI, subscribe to another channel: Ramesh Fadatare on YouTube
In this tutorial, you will learn step by step how to install Apache Ant on Windows 10 machine.
To install Apache Ant on Windows, you just need to download the Ant’s zip file, and Unzip it, and configure the ANT_HOME Windows environment variables.
Video Tutorial - How to install Apache Ant on Windows 10
The below video tutorial explained very well step by step how to install Apache Ant on Windows 10 machine:
Here are the quick steps to install Apache Ant on Windows 10 machine.
Quick Steps
1. JAVA_HOME
Make sure JDK is installed, and JAVA_HOME is configured as the Windows 10 environment variable.
2. Download Apache Ant
Visit Apache Ant official website, download the Ant binary zip file, for example, apache-ant-1.9.14-bin.zip, unzip it to the folder you want to store Apache Ant.
3. Add ANT_HOME
Add ANT_HOME as the Windows environment variable, and point it to your Ant folder.
4. Update PATH
Update PATH variable, append %ANT_HOME%\bin at the end so that you can run the Ant’s command everywhere.
5. Verification
Enter below command to verify the installation or setup:
C:\Users\Ramesh>ant -v
My Top and Bestseller Udemy Courses. The sale is going on with a 70 - 80% discount. The discount coupon has been added to each course below:
Build REST APIs with Spring Boot 4, Spring Security 7, and JWT
π High-Demand
80–90% OFF
[NEW] Learn Apache Maven with IntelliJ IDEA and Java 25
π High-Demand
80–90% OFF
ChatGPT + Generative AI + Prompt Engineering for Beginners
π Trending Now
80–90% OFF
Spring 7 and Spring Boot 4 for Beginners (Includes 8 Projects)
π₯ Bestseller
80–90% OFF
Available in Udemy for Business
Available in Udemy for Business
Building Real-Time REST APIs with Spring Boot - Blog App
π₯ Bestseller
80–90% OFF
Available in Udemy for Business
Available in Udemy for Business
Building Microservices with Spring Boot and Spring Cloud
π Top Rated
80–90% OFF
Available in Udemy for Business
Available in Udemy for Business
Java Full-Stack Developer Course with Spring Boot and React JS
π₯ Bestseller
80–90% OFF
Available in Udemy for Business
Available in Udemy for Business
Build 5 Spring Boot Projects with Java: Line-by-Line Coding
π Top Rated
80–90% OFF
Testing Spring Boot Application with JUnit and Mockito
π₯ Bestseller
80–90% OFF
Available in Udemy for Business
Available in Udemy for Business
Spring Boot Thymeleaf Real-Time Web Application - Blog App
π₯ Bestseller
80–90% OFF
Available in Udemy for Business
Available in Udemy for Business
Master Spring Data JPA with Hibernate
π₯ Bestseller
80–90% OFF
Available in Udemy for Business
Available in Udemy for Business
Spring Boot + Apache Kafka Course - The Practical Guide
π Student Favorite
80–90% OFF
Available in Udemy for Business
Available in Udemy for Business
Hi,
ReplyDeleteThanks for the video..can you please advise me on below..
I have downloaded the ANT version as shown in the video..and also added the class path variables..however I am getting below error..
Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.8.0_202\lib\tools.jar
Please suggest..
Thanks ,
Deepali