Download a JDBC driver for MySQL (for example, the Connector/J driver). If the file that you downloaded is in an archive format (for example.zip.tar.gz, and so on), extract its contents. Copy the.jar file from the extracted contents to a location on your hard disk drive. Remember the location where you copy the.jar file to. The Teradata JDBC Driver enables Java applications to connect to the Teradata Database. See the readme file in each download package for more details. Information about how to use the driver is available in the Teradata JDBC Driver Reference. For community support, please visit Teradata Community.
Java For Windows 10 free download - PDF Reader for Windows 10, Facebook for Windows 10, Bluetooth for Windows 10, and many more programs. Download Java JDK. Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers. Java offers the rich user interface, performance, versatility. We suggest that you use the MD5 checksums and GnuPG signatures to verify the integrity of the packages you download. Connector/ODBC is a standardized database driver for Windows, Linux, Mac OS X, and Unix platforms.
Firebird Class 4 JCA-JDBC Driver DownloadsJaybird 4Release Date | File Name | Description |
Jaybird 4.0.2 | ||
January 17, 2021 | jaybird-4.0.2.java11.zip | Jaybird 4.0.2 for Java 11 / JDBC 4.3 |
January 17, 2021 | jaybird-4.0.2.java8.zip | Jaybird 4.0.2 for Java 8 / JDBC 4.2 |
January 17, 2021 | jaybird-4.0.2.java7.zip | Jaybird 4.0.2 for Java 7 / JDBC 4.1 |
Jaybird 4.0.2 released.
Jaybird 4.0.2 is the second maintenance release of Jaybird 4.
See the full release notes for more information.
The release is also available on maven(*):
groupId: org.firebirdsql.jdbc
artifactid: jaybird
version: 4.0.2.javaXX*
* The version
depends on your target Java version: 4.0.2.java11
, 4.0.2.java8
, or 4.0.2.java7
Additional resources:
About Jaybird 4
Jaybird 4 is - compared to Jaybird 3 - an incremental release that builds on the foundations of Jaybird 3. The focus of this release has been on further improving JDBC support and adding support for the new data types and features of Firebird 4.
The main new features are:
- Wire encryption support (backported to Jaybird 3.0.4)
- Database encryption support (backported to Jaybird 3.0.4)
- Firebird 4 data type bind configuration support (since Jaybird 4.0.0-beta-2)
- Firebird 4 statement timeout support (since Jaybird 4.0.0-beta-2)
- DatabaseMetaData getFunctions implemented (since Jaybird 4.0.0-beta-2)
- DatabaseMetaData getFunctionColumns implemented (since Jaybird 4.0.0-beta-2)
- URL encoding in query part of JDBC URL (backported to Jaybird 3.0.9)
Upgrading from Jaybird 3 to 4 should be simple, but please make sure to read Compatibility changes before using Jaybird 4. See also Upgrading from Jaybird 3 to Jaybird 4.
Bug reports about undocumented changes in behavior are appreciated. Feedback can be sent to the Firebird-java mailing list or reported on the issue tracker http://tracker.firebirdsql.org/browse/JDBC.
See also the full Jaybird 4.0.x release notes.
Jaybird 3.0Release Date | File Name | Description |
Jaybird 3.0.10 | ||
January 17, 2021 | Jaybird-3.0.10-JDK_1.8.zip | Jaybird 3.0.10 for Java 8 / JDBC 4.2, zip kit (also suitable for Java 9 and higher) |
January 17, 2021 | Jaybird-3.0.10-JDK_1.7.zip | Jaybird 3.0.10 for Java 7 / JDBC 4.1, zip kit |
Jaybird 3.0.10 released.
Jaybird 3.0.10 is the tenth maintenance release of Jaybird 3. Although Jaybird 3 is still maintained, we recommend upgrading to Jaybird 4.See the full release notes for more information.
The release is also available on maven(*):
groupId: org.firebirdsql.jdbc
artifactid: jaybird-jdkXX
*
version: 3.0.10
* The artifactId
depends on your target Java version: jaybird-jdk18
, or jaybird-jdk17
About Jaybird 3.0
Jaybird 3.0 is a big change from Jaybird 2.2 and earlier. The entire low-level implementation has been rewritten to be able to support protocol improvements in newer Firebird versions. We have also made changes with a stricter interpretation of the JDBC requirements, and removed some parts that were either obsolete or not functioning correctly.
Most notable changes in Jaybird 3:
- Support for wire protocol versions 11, 12, and 13 (without support for encryption and compression); protocol version 13 contributed by Hajime Nakagami (wire protocol encryption has been added in 3.0.4)
- Support for the Firebird 3 SRP (Secure Remote Password) authentication mechanism (contributed by Hajime Nakagami)
- Support for streaming backup and restore (contributed by Ivan Arabadzhiev)
- Improved Firebird 3 support
- Improved and stricter JDBC support (including improved
java.time
support, and more optional methods implemented) - Initial JDBC 4.3 (Java 9) support (without real module support)
- New implementation of the native/embedded Type 2 driver using JNA (a jaybird
.dll
/.so
is no longer needed) - Improved character set handling
- Removal of (buggy) connection pool implementation
- Removal/replacement of (internal) GDS API
And a large number of smaller bug fixes, improvements, and changes.
We recommend that you do not consider Jaybird 3.0 a drop-in replacement for Jaybird 2.2, and study the release notes carefully. Test your application with Jaybird 3.0 before using it in production.
Jaybird 3.0 supports Firebird 2.0 and higher, on Java 7, 8 and 9. Basic Java 9 compatibility is provided through the Java 8 version of the driver.
See Jaybird 3.0.x release notes for details.
Release Date | File Name | Description |
Jaybird 2.2.15 | ||
April 6, 2019 | Jaybird-2.2.15-JDK_1.8.zip | Jaybird 2.2.15 for Java 8 / JDBC 4.2, zip kit |
April 6, 2019 | Jaybird-2.2.15-JDK_1.7.zip | Jaybird 2.2.15 for Java 7 / JDBC 4.1, zip kit |
April 6, 2019 | Jaybird-2.2.15-JDK_1.6.zip | Jaybird 2.2.15 for Java 6 / JDBC 4.0, zip kit |
Jaybird 2.2.15 released, this the final version of Jaybird 2.2.x, we recommend switching to Jaybird 4.
The following has been changed or fixed since Jaybird 2.2.14:
- Fixed: Exceptions during fetch of cached result sets (holdable over commit, scrollable and metadata) prevented prepared statement reuse/re-execute with error “Attempt to reopen an open cursor” (JDBC-531)
- Fixed: Jaybird cannot parse Firebird version numbers with revisions (JDBC-534)
- Fixed: Incorrect parsing of Firebird version numbers (JDBC-535)
See the full release notes for more information.
The release is also available on maven(*):
groupId: org.firebirdsql.jdbc
artifactid: jaybird-jdkXX
*
version: 2.2.15
* The artifactId
depends on your target Java version: jaybird-jdk18
, jaybird-jdk17
, or jaybird-jdk16
All released versions are available at GitHub.
Additional resources:Sponsors
The Firebird JDBC team would like to thank YourKit for providing licenses to their YourKit Java Profiler.
Java offers the rich user interface, performance, versatility, portability, and security that today's applications require. This download is for the JRE version of Java.
Which Java package do I need?
- Software Developers: JDK (Java Development Kit). For Java Developers. Includes a complete JRE plus tools for developing, debugging, and monitoring Java applications.
- Administrators running applications on a server: Server JRE (Server Java Runtime Environment) For deploying Java applications on servers. Includes tools for JVM monitoring and tools commonly required for server applications, but does not include browser integration (the Java plug-in), auto-update, nor an installer. Learn more arrow
- End user running Java on a desktop: JRE (Java Runtime Environment). Covers most end-users needs. Contains everything required to run Java applications on your system.
Previous versions:
Java Runtime Environment 8.144
Java Runtime Environment 8.141
- Linux JRE 32-bit
Download links for previous version 8.131:
Download links for previous version 8.121 2017-04-18:
Download links for previous version 8.112 2016-10-18:
Download links for previous version 8.102 2016-07-20:
Download links for previous version 8.92 2016-04-20:
Download links for previous version 8.77:
Download links for previous version 8.74:
Download links for previous version 8.73:
Download links for previous version 8.72:
Download links for previous version 8.66:
Javs Driver Download For Windows
Download links for previous version 8.60:
Javs Driver Download For Windows 10
Download links for previous version 8.51: