I have created spring-boot project in VS Code with maven. I am going to use oracle.jdbc.driver.OracleDriver to connect to oracle database. In Intellij Idea,
with right click on the jar I used to click add as library and it was done. 
In visual studio code I have added path to ojdbc8.jar in .classpath as shown in this github issue, But I get Caused by: java.lang.IllegalStateException: Cannot load driver class: oracle.jdbc.driver.OracleDriver again.

 
    