04_JDBC_Properties 프로젝트를 참고하여 기술했지만, 다음과 같은 오류가 출력된다.
java.lang.ClassNotFoundException :
소요시간 : 1h
해결 방법 : 설마 설마 했는데.. ojdbc6를 넣지(?) 않아서 발생했던 문제였다.
참고 블로그
(자바) java.lang.ClassNotFoundException 오류 엄청 간단한 해결법
자바 프로그래밍을 할 때, 잘못된 게 없는것 같은데 java.lang.ClassNotFoundException 라는 오류가 뜨는 경우가 있습니다. Error: Could not find or load main class *** Caused by: java.lang.ClassNotFoundEx..
maternalgrandfather.tistory.com
ClassNotFoundException 에러 해결 방법(java.lang.ClassNotFoundException)
개발을 하다보면 가끔 ClassNotFoundException를 만날수 있는데 어떤 상황에서 ClassNotFoundException가 발생하는지 정리해보기로 하자. 1) ClassNotFoundException 원인 동적으로 클래스를 문자열로 로딩을..
nhj12311.tistory.com
'🚨 Error > JAVA' 카테고리의 다른 글
[JAVA] ArrayList에서 list.contains 메소드 호출 시, false가 나오는 경우 (0) | 2021.03.22 |
---|---|
[JAVA] Collection _ 도서 검색용 View 메소드 작성 (0) | 2021.03.19 |
[JAVA] Collection 실습 문제 2. 존재하는 도서가 없습니다. (0) | 2021.03.09 |
[JAVA] 박수박수 문제 (0) | 2021.03.03 |
[JAVA] The method information() is undefined for the type ArrayList<Employee> (0) | 2021.03.02 |
댓글