프로젝트때문에 java 1.4.2_12 대신 1.4.2_13 을 덧깔게 되었다
그리고 프로젝트를 TOMCAT/../ROOT 아래 넣었는데 갑자기 500에러가 뜨는것이었다
test.jsp 파일을 따로 만들어 테스트 해보았음에도 같은 에러가 뜬다
네이버 검색하니 바로 나와주는 쎈스
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
[에러로그]
Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not piont to the JDK
[조치사항]
- JDK 설치 폴더 아래에 /lib/tools.jar 를 TOMCAT_HOME/common/lib 에 복사하면 처리됩니다.
이렇게 해주니 바로 실행된다
출처는 어딘지 익스플로러 에러로..;;
이올린에 북마크하기


