简体   繁体   中英

How to run a java program using apache ant and eclipse in windows 64 bit OS?

Problem in running apache ant using java in eclipse on windows.
Can anyone suggest me how can I run an ant using eclipse in windows 64 bit operating system.
I found that there is no apache ant software for 64 bit os. Can anyone please let me know how?

can I run a program using apache ant using eclipse in windows 64 bit os?

There is no 64-bit version of ant because ant is written in java, thus it works on both 32 and 64 bit systems. It uses the JRE the JAVA_HOME environment variable points to (IIRC).

Check out the bin folder in your ant install, there are no binaries in there, only scripts to start java.

You have most likely a configuration problem with your windows environment or in eclipse itself.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM