Various Java EE 5 technologies implemented in GlassFish such as Java Servlet 2.5, JavaServer Faces (often referred to as JSF) 1.2, Enterprise JavaBeans (EJB) 3.0- which includes the Java Persistence API- and web services technologies such as Java API for XML-Based Web Services (JAX-WS) 2.0 and Java Architecture for XML Binding (JAXB) 2.0. (mysql-8.0.21-winx64.zip) MD5: 06d745c77b254e160807bdc2f5245352 Signature Windows (x86, 64-bit), ZIP Archive Debug Binaries & Test Suite: Jun 16, 2020: 510.6M.
- Details
- Written by Nam Ha Minh
- Last Updated on 13 March 2020 | Print Email

JDBC Driver Download:
Database | JDBC Driver Provider | JAR file name | Download |
MySQL | Oracle Corporation | mysql-connector-java-VERSION.jar | |
SQL Server | Microsoft Corporation | sqljdbc41.jar, sqljdbc42.jar | |
Oracle | Oracle Corporation | ojdbc6.jar, ojdbc7.jar, ojdbc8.jar | |
The PostgreSQL Global Development Group | postgresql-VERSION.jar | ||
Apache Derby | Apache Software Foundation | derby.jar, derbyclient.jar | |
SQLite | Xerial.org | sqlite-jdbc-VERSION.jar | |
Microsoft Access | UCanAccess.com | ucanaccess-VERSION.jar |
NOTES:
- Some drivers come as JAR files (Oracle, PostgreSQL), so you can add the JAR files directly to your application’s classpath.
- Some drivers come as zipped bundles (MySQL, SQL Server), so you have to extract the bundles and copy the appropriate JAR file (as specified in the above table) to your application’s classpath.
- There is a distribution of Apache Derby comes with JDK 7 called Java DB. So if you are using JDK 7, you can use the jar files directly from JDK_HOMEdblib directory without downloading Apache Derby. However, Java DB is removed from JDK since Java 8.
Maven Dependencies for JDBC Drivers
If your Java project uses Maven, simply add the following dependency in the pom.xmlfile.
Maven Dependency for MySQL JDBC Driver:
Maven Dependency for Microsoft JDBC driver for SQL Server:
Maven Dependency for Oracle JDBC Driver:
NOTE: Due to Oracle's license restriction, you must manually download Oracle JDBC driver and use system dependency like that.Maven Dependency for PostgreSQL JDBC Driver:
Maven Dependency for SQLite JDBC Driver:
Maven Dependency for Apache Derby JDBC Driver:
Download Mysql Server For Mac Java Web Service Providers
Maven Dependency for Microsoft Access JDBC Driver:
NOTE: The versions of the dependencies listed above may not be up to date. You can search on Maven Central Repository for the latest versions.Mysql Server Download For Windows 10
Related JDBC Tutorials:
Download Mysql Server For Mac Java Web Service Pack
About the Author:
Nam Ha Minh is certified Java programmer (SCJP and SCWCD). He started programming with Java in the time of Java 1.4 and has been falling in love with Java since then. Make friend with him on Facebook and watch his Java videos you YouTube.