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

后端 未结 17 916
旧时难觅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:36

    Maybe the javac problem is because "javac.exe" is not in your System PATH, please edit your system path and add your JDK's /bin directory to it to correct this problem.

    Open a shell or command prompt and try typing: javac to check if the system path is set correctly.

提交回复
热议问题