import com.oreilly.servlet.MultipartRequest; 에서
The import com.oreilly cannot be resolved 에러
파일 업로드 라이브러리인 COS 라이브러리가 없어서 나는 에러
http://www.servlets.com > com.oreilly.servlet >cos-20.08.zip 파일 다운로드
cos-20.08 > lib > cos.jar 파일 복사해서
프로젝트 파일 WebContent > WEB-INF > lib에 붙여넣기
출처 : https://chrismare.tistory.com/52 / https://nyhooni.tistory.com/76
'JSP > Problems' 카테고리의 다른 글
Port 8080 required by Apache Tomcat v8.5 (4) at localhost is already in use. (0) | 2019.06.04 |
---|---|
The superclass "javax.servlet.http.HttpServlet" wsa not found on the Java Build Path (0) | 2019.06.04 |
port 8080 required by tomcat (0) | 2019.05.17 |
invalid relational operator 오류 해결 (0) | 2019.05.10 |
버튼 무반응 (0) | 2019.05.10 |