java.lang.NoClassDefFoundError: com/mysql/jdbc/Driver
Answered
Hi,
I have this problem:
Got that error message if I try to run my jsp Files. But if I use my DaoDemo (plain.java file), I am connected to my Database. I have the same source/web content files working fine in eclipse.
Any suggestions? Thanks a lot!
Please sign in to leave a comment.
Please make sure MySQL JDBC driver is added to the artifact that you are deploying on the server: https://www.jetbrains.com/help/idea/artifacts.html .
Thanks, that helped!!!