Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- javascript
- MSsql
- Redirect
- 웹뷰
- Web Service
- html
- STS
- Android
- scrollView
- 컬럼명
- MANTIS
- SpringSource Tool Suite
- WebView
- Maven
- asp.net
- decompiler
- Eclipse
- 자바스크립트
- Apache Lucene
- C#
- Java
- 안드로이드
- TextBox
- varags
- jsp
- MS-SQL
- 자바
- 이클립스
- Bootstrap
- 웹 서비스
Archives
- Today
- Total
bboks.net™
JSP 실행시 에러 본문
root cause
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
===============================================
톰캣은 제대로 설정해 줘도 저런 에러가 뜰때가 있습니다.
프로그램경력이 꽤되지만, 이런경우를 당하니 황당하더군요.
일단 JAVA_HOME을 제대로 잡았는데도 안될때는
C:\Tomcat 5.0\common\lib 이곳에다가 tools.jar파일을 jdk/lib에서 복사해서 넣고 다시 실행해보세요..
톰캣버그인듯 싶습니다.
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
===============================================
톰캣은 제대로 설정해 줘도 저런 에러가 뜰때가 있습니다.
프로그램경력이 꽤되지만, 이런경우를 당하니 황당하더군요.
일단 JAVA_HOME을 제대로 잡았는데도 안될때는
C:\Tomcat 5.0\common\lib 이곳에다가 tools.jar파일을 jdk/lib에서 복사해서 넣고 다시 실행해보세요..
톰캣버그인듯 싶습니다.