...
In next screen you have to configure the SQL for JIRA JDBC Driver. Well, this might be a bit confusing due some name overlapping. The SQL for JIRA Driver is a plugin that is installed on JIRA from the Marketplace. It transforms JIRA into a real database server listening to the standard HTTP/S port (80 or 443). As any other database vendor a JDBC Java jar library is required to be installed on your Java ClassPath to access to the database server. You have to download that JDBC driver from here and install it on Eclipse:
...