I am trying to set up a new database connection with the Driver Manager. I am setting these values:
Driver name: MySQL Connector/J Driver
Connection URL: jdbc:mysql://127.0.0.1:3306/test
Driver JARs: C:\mysql-connector-java-3.1.12.zip
Driver class name: com.mysql.jdbc.Driver
The ok button is grayed out and there is a message Driver class not found. What am I doing wrong?