I'm getting the following error when trying to connection to a mckoi
database I just set up.
java.lang.ClassNotFoundException: com.mckoi.JDBCDriver
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
I've found several threads on this, all of which point to a problem with
my classpath. But I did place the mckoidb.jar in my lib\ext folder and
set classpath to that folder. (WinXP).
I also see a reference to the following web page at sun, but you ahve to
register the product (which I downloaded for free and cannot register).
http://developer.java.sun.com/developer/bugParade/bugs/4356783.html
Does anyone have any additional suggestions for me?
Thanks,
CDX
Alex Molochnikov - 03 Mar 2005 04:12 GMT
Wrong .jar file in your classpath. Try mkjdbc.jar.
> I'm getting the following error when trying to connection to a mckoi
> database I just set up.
[quoted text clipped - 17 lines]
> Thanks,
> CDX