티스토리 뷰
Programming/이클립스(Eclipse)
Ant com.sun.tools.javac.Main is not on the classpath 에러 발생시 조치 사항
딱한놈만 2015. 5. 20. 10:09반응형
Eclipse에서 Ant를 사용하여 Build를 실행시켰을 때 아래와 같은 메세지가 출력되는 경우가 있다.
com.sun.tools.javac.Main is not on the classpath
위와 같은 경우에는 Eclipse >> Window >> Preference >> Ant >> Runtime 메뉴로 들어가서
ClassPath >> Ant Home Entries 에 Jdk lib 폴더에 있는 tools.jar 를 추가해 주면 된다.
반응형
'Programming > 이클립스(Eclipse)' 카테고리의 다른 글
SpringSource Tool Suite(STS) 메모리 설정 (0) | 2015.06.16 |
---|---|
엔트(Ant) War 배포시(Deploy) validateJarFile javax.servlet.jsp.jar - jar not loaded 처리방법 (0) | 2015.06.16 |
이클립스(eclipse) 콘솔(console)창에의 한글 깨짐 처리 (0) | 2015.05.19 |