IT_Programming/Dev Tools
[펌_ANT] com.sun.tools.javac.Main 에러문제
JJun ™
2008. 6. 25. 03:40
[문제점]
Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
It is currently set to "C:\Program Files\Java\jre1.6.0_05"
[해결책]
JDK의 lib/tools.jar 파일을 JRE가 참조할 수 있도록 복사해주기.
JRE lib\ext 폴더나 톰켓의 경우 lib 폴더에..