ANT build.xml 编译出错Error running javac.exe compiler

 运行ANT脚本时,出现

build.xml:32Error running javac.exe compiler

或者 build.xml:97: Unable to find a javac compiler;

分析:应该是没有正确指定javac的路径,所以报找不到,查看了一下jre

          Window-->Preferences-->Java-->Installed JRES,如下图:


ANT build.xml 编译出错Error running javac.exe compiler_第1张图片

  发现里面,只是指定了JRE的目录,它里面没有javac

修改为:

ANT build.xml 编译出错Error running javac.exe compiler_第2张图片


记得一定要指定为默认,即在签名勾选。



你可能感兴趣的:(ANT build.xml 编译出错Error running javac.exe compiler)