jsp에서 import가 잘 되는데 왜 자꾸 에러가 뜰까.. ? 에러 : org.Apache.jasper.JasperException: Unable to compile class for JSP:An error occurred at line: in the generated Java file Only a type can be imported. 1. build path 에 web app libraries 추가 프로젝트 우클릭 후 Build Path클릭 Add Library 클릭 WEB App Libraries 클릭 추가 된거 확인 후 apply - ok 2. ....webapp/web-inf/lib에 .jar추가 jsp 에서 jar를 사용하기 때문에 lib폴더를 webapp아래 WEB-INF 안에 생성 lib..