Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. HTTP Status 500 - Request processing failed; nested exception is java.sql.SQLException: No suitable driver found for <the url of my database>
  2.  
  3. DriverManager.getConnection(connectionString, connectionProps);
  4.  
  5. Class.forName("oracle.jdbc.driver.OracleDriver");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement