Java-connector & missing connector class

2014-12-20 Thread hsv
Ignore my earlier question: my problem arose from not feeding Eclipse the right CLASSPATH when my new program was "main". -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

Java-connector & missing connector class

2014-12-19 Thread hsv
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