Originally posted by: kamper
What are you trying to run? Tomcat? A standalone?
Originally posted by: kamper
Hmm. I just went over the java tutorial part on extensions and I'm puzzled as to why it wasn't picked up.
How are you using the driver? Are you doing the old Class.forName()/DriverManager thing or do you actually need the driver present to compile? And on that subject, are you stuck on the compile or the run?
Originally posted by: kamper
Sorry, don't quite follow. You are using DriverManager or not? All I'm wondering is if you actually reference mysql classes in your code and, as a direct result, whether you can compile but then not run or if you can't even compile.
Originally posted by: kamper
How many jdks/jvms do you have installed on this machine?