Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Introduction

Infinit.e's installers do not bundle all Java Archive files the may be needed to support connectivity to external datasources (currently all JDBC databases) due to licensing restrictions. Common JAR files include:

Name or Desc.Download SiteTested JAR Version
MySQL JDBC Driverhttp://dev.mysql.com/mysql-connector-java-5.1.15-bin.jar
PostgreSQL JDB Driverhttp://www.postgresql.org/postgresql-9.1-901.jdbc4.jar
SQL Server and Sybase JDBC Driverhttp://jtds.sourceforge.net/jtds-1.2.5.jar
Oracle JDBC Driverhttp://www.oracle.com/technetwork/databaseojdbc6.jar
DB2 JDBC Driverhttp://www-01.ibm.com/support/docview.wss?uid=swg21363866db2jcc4.jar

Installation of JARS

To install your JAR files and make them accesible to Infinit.e place them in the following directory:

JRE_HOME/lib/ext

which is usually:

  • /usr/java/default/lib/ext (JRE installed)
  • /usr/java/default/jre/lib/ext (JDK installed)
    • (eg if Hadoop has been installed)

Should also work.

  • No labels