I wrote a Java program to send a query s output to standard output. I later 
wrote another to call the former whithersoever I wish to send its output. The 
query program just as I would like works--but when subordinated to the newer 
program the connector class ("com.mysql.jdbc.Driver") referred to in the old 
program cannot be found. That is, success in finding the connector class is 
dependent how my older program is called. Any ideas? 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to