일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- RADIO
- @RequestBody
- 문자열
- 호환성
- 한글
- JSTL
- 전자정부 표준프레임워크
- DB
- 오라클
- Oracle
- java
- 스크립트
- jquery
- SSL
- maven
- null
- exception
- spring form tag
- checbox
- MYSQL
- switch
- 이클립스
- 네이버스마트 에디터
- php
- 톰캣
- json
- 날짜
- html
- 웹 플랫폼 설치 관리자
- HTML5
- Today
- Total
개인적인 정리
java.lang.ClassNotFoundException: ServletContext 본문
java.lang.ClassNotFoundException: ServletContext
yeon.Biju 2018. 1. 20. 19:23java.lang.ClassNotFoundException: ServletContext
java.lang.NoClassDefFoundError: ServletContext
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2595)
at java.lang.Class.getDeclaredConstructors(Class.java:1914)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:227)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineConstructorsFromBeanPostProcessors(AbstractAutowireCapableBeanFactory.java:930)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:903)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
...
이클립스 설정중에 위와 같은 에러발생
Java Build Path > Libraries > Add External JARs 에서 tomcat 의 servlet-api.jar 를 추가해줌
'전자정부표준프레임워크 > Exception 및 Error' 카테고리의 다른 글
Java was started but returned exit code=1 (0) | 2018.01.27 |
---|---|
Java was started but returned exit code=13 (0) | 2018.01.27 |
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 |
Bad version number in .class file (0) | 2017.07.26 |
java.lang.ClassCastException (0) | 2017.03.09 |
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 |