简体   繁体   English

适用于jdk 1.4的SQL Server 2012 jdbc驱动程序

[英]SQL server 2012 jdbc driver for jdk 1.4

I need SQL server jdbc driver jar file which is compatible with jdk1.4 and sql server 2012. 我需要与jdk1.4和sql server 2012兼容的SQL Server jdbc驱动程序jar文件。

I am using sqljdbc3 which is not compatible with jdk1.4 and jboss 4. 我正在使用与jdk1.4和jboss 4不兼容的sqljdbc3。

Any help will be appreciate. 任何帮助将不胜感激。

I believe sql server does NOT provide support for jdk/jre 1.4. 我相信sql server不提供对jdk / jre 1.4的支持。 Here is the content from the msdn website : 这是msdn网站上的内容:

sqljdbc.jar class library requires a Java Runtime Environment (JRE) of version 5.0. sqljdbc.jar类库需要版本5.0的Java运行时环境(JRE)。 Using sqljdbc.jar on JRE 6.0 or JRE 7.0 will throw an exception when connecting to a database. 在连接到数据库时,在JRE 6.0或JRE 7.0上使用sqljdbc.jar会引发异常。

Note * The JDBC Driver does not support JRE 1.4 *. 注意 * JDBC驱动程序不支持JRE 1.4 *。 You must upgrade JRE 1.4 to JRE 5.0, JRE 6.0, or JRE 7.0 when using the JDBC Driver. 使用JDBC驱动程序时,必须将JRE 1.4升级到JRE 5.0,JRE 6.0或JRE 7.0。 In some cases, you might need to recompile your application because it might not be compatible with JDK 5.0 API or JDK 6.0 API. 在某些情况下,您可能需要重新编译您的应用程序,因为它可能与JDK 5.0 API或JDK 6.0 API不兼容。 For more information, see the documentation on Sun Microsystems Web site. 有关更多信息,请参见Sun Microsystems网站上的文档。 Microsoft JDBC Driver 4.0 for SQL Server does not support JDK 7. 用于SQL Server的Microsoft JDBC驱动程序4.0不支持JDK 7。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM