전자정부표준프레임워크/Exception 및 Error
the superclass javax.servlet.http.httpservlet was not found on the java build path
yeon.Biju
2017. 3. 2. 11:39
the superclass "javax.servlet.http.httpservlet" was not found on the java build path
error
--> Server Runtime 을 추가해준다.
방법 :
프로젝트에서 마우스 오른쪽 클릭해서 Properties 클릭
안쓰는 라이브러리는 remove를 시켜주고
라이브러리를 추가해준다.
1.
2.
처럼 해준다.