I must have done something to eclipse to make this happen but I'm not sure what.
When I first set up mysql with eclipse I copied the mysql-connector-java-3.0.14-production-bin.jar file into the lib\ext directory of my SDK and it's still there.
Could someone give me some pointers on how to track down the problem.
I suspect it's related to my making eclipse remember my decision with respect to running even when compile errors are present. This was inadvertent - how can I reverse it?
Any suggestions would be appreciated.
ms
ms<br />SCJP, SCJD
PNS Subramanian
Ranch Hand
Joined: Jul 13, 2004
Posts: 150
posted
0
For the first part of the question Suspect that it is just an issue of adding the jar file to the classpath. Try the following in eclipse Right Click of project -> properties -> Java build path -> Libraries -> Add external jars -> Order and Export -> select All -> ok.
To stop running when there are compilation errors do the following Window -> Preference -> Java -> Compiler - change the settings on the right tab as required.