找不到icCube驱动程序:org.postgresql.Driver

时间:2016-12-12 11:54:56

标签: java postgresql iccube

我正在尝试评估icCube,当我尝试连接PostgreSQL数据源时遇到问题。当我测试连接时,我收到有关PostgreSQL驱动程序丢失的错误消息:

Failed to establish the connection due to the error: JDBC driver class 'org.postgresql.Driver' not found in the classpath

我已经检查了icCube的lib目录,它在发行版中捆绑了postgresql-9.4.1207.jre7.jar,有什么我想念的吗?

1 个答案:

答案 0 :(得分:0)

要解决这个问题,我必须在JDBC部分中将PostgreSQL JDBC驱动程序添加到bin / icCube.sh中:

CLASSPATH="$CLASSPATH:$ICCUBE/lib/postgresql-9.4.1207.jre7.jar"