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
- 네이버스마트 에디터
- @RequestBody
- null
- 웹 플랫폼 설치 관리자
- Oracle
- DB
- 한글
- switch
- 톰캣
- maven
- RADIO
- 이클립스
- spring form tag
- jquery
- 스크립트
- java
- HTML5
- exception
- 문자열
- checbox
- 호환성
- 오라클
- json
- JSTL
- 전자정부 표준프레임워크
- 날짜
- SSL
- html
- MYSQL
- php
Archives
- Today
- Total
개인적인 정리
java.lang.ClassCastException 본문
아래와 같은 Exception 이 발생하는 경우
java.lang.ClassCastException: com.common.servletAaaServlet cannot be cast to javax.servlet.Servlet
상단에
import javax.servlet.http.HttpServlet; 추가
public class AaaServlet
을 아래로 변경
public class AaaServlet extends HttpServlet{
'전자정부표준프레임워크 > Exception 및 Error' 카테고리의 다른 글
The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files (1) | 2018.01.27 |
---|---|
bootstrap.jar which is referenced by the classpath, does not exist. (0) | 2018.01.21 |
java.lang.ClassNotFoundException: ServletContext (0) | 2018.01.20 |
Bad version number in .class file (0) | 2017.07.26 |
The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit (0) | 2017.03.04 |
the superclass javax.servlet.http.httpservlet was not found on the java build path (0) | 2017.03.02 |
java.lang.ArrayIndexOutOfBoundsException: 1 (0) | 2016.12.07 |
이클립스 개발중 한글이 안될 때 (0) | 2016.11.11 |
Comments