【发布时间】:2016-12-12 11:54:55
【问题描述】:
我正在尝试评估 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,我还缺少什么吗?
【问题讨论】:
标签: java postgresql iccube