org.h2.Driver Class Not Found1 [H2] org.h2.Driver : java.lang.ClassNotFoundException 이클립스에서 Maven Dependency에 잘 등록하였고, jar파일도 조회가 되는 데 프로그램을 실행할 때 org.h2.Driver ClassNotFuondException이 발생하는 경우가 있습니다. 원인은 Maven 설정에 있습니다. 1. 원인 찾기 : - Could not load requested class : org.h2.Driver 프로그램을 실행하면 위와 같은 오류가 발생합니다. Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.h2.Driver ... 2. Maven 설정 점검 및 Maven Dependency 점검 pom.xml pom.xml을 살펴보면 h2 database가 설정이 되어 .. 2022. 7. 8. 이전 1 다음