4 messages in com.mysql.lists.javaRe: Connector/J: where did that drive...
FromSent OnAttachments
Alexander Bech06 Oct 2002 14:03 
Mark Matthews06 Oct 2002 15:21 
Calin Pop06 Oct 2002 22:40 
Alexander Bech07 Oct 2002 03:43 
Subject:Re: Connector/J: where did that driver go to - jar file problem?
From:Calin Pop (cp@www.atlastelecom.ro)
Date:10/06/2002 10:40:34 PM
List:com.mysql.lists.java

I always get into this problem when I'm testing my programs. That is a PATH problem. You can't be shure wich "java" is executing if you don't watch carefully your PATH configuration. When I don't want to care about "paths" I usualy slove the problem putting the jar archive in two places:

1 where my SDK is installed ex. C:\javaSDK\jre\lib\ext\ 2 where my runtime is installed ex. c:\windows\java\lib\ext\