How should I add JAR libraries to a WAR project in Eclipse without facing java.lang.ClassNotFoundException or java.lang.NoClassDefFoundError?
java.lang.ClassNotFoundException
java.lang.NoClassDefFoundError
This article explains the same problem in Spring Boot application. Also useful information how to download Oracle jar file and include dependency, setup datasource etc:
Configuring Spring Boot with Oracle