I am using the Jubula plugin with the Eclipse for Testers Luna package on Redhat 6.7. I need to install the MySQL connector so that I can connect to a MySQL database from Eclipse Test menu. However, all of the documentation I find for using the connector involves using it in a project by adding it to the CLASSPATH, but I just want Eclipse to use this driver.
Error message when trying to connect:
org.eclipse.persistence.exceptions.DatabaseException
Exception Description: Configuration error. Class [com.mysql.jdbc.Driver] not found.
What is the correct way to install the connector so that Eclipse will find it?
Thanks
Error message when trying to connect:
org.eclipse.persistence.exceptions.DatabaseException
Exception Description: Configuration error. Class [com.mysql.jdbc.Driver] not found.
What is the correct way to install the connector so that Eclipse will find it?
Thanks