I am a new user of IntelliJ, i am trying to connect my app to my database and i am getting the following. I've tried to add the ojdbc6 jar into my project anywhere (/lib, Project Structure -> Modules -> Dependencies, Project Structure -> Modules -> Libraries, src/lib) and i can't connect to my database using the following:
Sql.newInstance(URL,USER,PASSWORD,"oracle.jdbc.OracleDataSource")
Logs:
Class
java.lang.ClassNotFoundException
Message
null
Caused by
oracle.jdbc.OracleDataSource