I have a Java program connected with MySQL database. I'm trying to debug my program and I get the following error:
Source not found The JAR file C:\Users..\mysql-connector-java-5.1.20-bin.jar has no source attachement. You can attach the source by clicking attach source below:
I have add a package that contains mysql-connector-java-5.1.20-bin.jar
and there is a folder named src
inside the package. The connection with the DB is done successfully.
What could be the problem ?