[ 오라클 오류 ] java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
2022. 4. 4. 13:19ㆍError
문제 : java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver 오류가 발생
해결 방법 :
1) 실행중인 프로젝트 우클릭하여 Build Path에 들어가 Configure Build Path에 접속한다.
2) Libraries에서 우측에 Add Library 클릭한다.
3) ojdbc6.jar 파일을 추가한다.
4) 추가가 되면 Apply하고 다시 실행시키면 오류가 해결된다.
< 사용 파일 >
'Error' 카테고리의 다른 글
[ 오라클 오류 ] java.sql.SQLIntegrityConstraintViolationException (0) | 2022.04.22 |
---|---|
[ 크롤링 오류 ] java.util.NoSuchElementException (0) | 2022.04.18 |
[ 스프링 오류] org.springframework.beans.factory.BeanCreationException (0) | 2022.04.17 |
[ 오라클 오류 ] ORA-00942: table or view does not exist, ORA-00904: : invalid identifier (0) | 2022.04.15 |
[ 스프링 오류 ] java.lang.IllegalStateException (0) | 2022.04.08 |