Getting Error running javac.exe compiler message, while using Ant in Eclipse

后端 未结 17 865
旧时难觅i
旧时难觅i 2020-12-24 13:04

When I run my Ant build in Eclipse, I\'m getting the following error message and the Ant build fails.

Error Message: Error running javac.exe compile

17条回答
  •  再見小時候
    2020-12-24 13:34

    I fixed the problem like this:

    My Java home folder had the wrong path. It should have been C:\Program Files (x86)\Java\jdk1.5.0_15 but instead it was C:\Program Files (x86)\Java\jdk1.5.0_15\bin.

提交回复
热议问题