문제
window11, tomcat10.0.27, 이클립스에서 JSP를 공부하는데 MultipartRequest를 사용할 수 없었다.
구글링을 통해 cos.jar 파일을 여러 곳에 넣어보고, 프로젝트의 Java Build Path에서 라이브러리로 들어가 Classpath에 추가해보기도 했다.
오류내용
- The constructor MultipartRequest(HttpServletRequest, String) refers to the missing type HttpServletRequest
- The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from required type com.oreilly.servlet.MultipartRequest
- The type javax.servlet.ServletRequest cannot be resolved. It is indirectly referenced from required type com.oreilly.servlet.MultipartRequest
- The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from required type com.oreilly.servlet.MultipartRequest
해결(?)
VMware에서 Ubuntu환경, tomcat9, 이클립스로 시도해보았더니 오류가 사라졌다.
구글링을 하면서 버전문제로 안될 수 있다고 하여 tomcat9로 하면 될까 싶어서 시도해 본 것이다.
'JSP > error' 카테고리의 다른 글
오류 : Cannot invoke "java.util.List.size()" because "boardList" is null (0) | 2023.02.13 |
---|---|
오류 : web.xml 파일 그냥 생성 시 적용안됨 (0) | 2023.02.02 |
오류 : 이클립스에서 jsp파일 Run on server 안됨 (0) | 2023.01.23 |
오류 : javax/servlet/jsp/tagext/taglibraryvalidator (0) | 2023.01.22 |
오류 : the resource is not on the build path of a java project (0) | 2023.01.22 |
댓글