Installing jdbc drivers for mySQL

stephanorme

Registered
I'm trying to install jdbc drivers for mySQL, I've downloaded the drivers and am following this how to: http://www.jspformacs.com/articles/jdbc.html

I can't get the java driver to install, thoughts? when I execute the following: javac LoadDriver.java
I get a page full of errors - here's a sample:

[localhost:/library/java/home] storme% javac LoadDriver.java
LoadDriver.java:2: illegal character: \160
 
^
LoadDriver.java:3: illegal character: \160
         public class LoadDriver
^
LoadDriver.java:3: illegal character: \160
         public class LoadDriver

Any help with this is greatly appreciated! My goal is start developing using Ultradev, Tomcat and mySQL...

-steve
 
Back
Top