2017-05-16 93 views
-1

我有從Firebird 2.1更新到2.5的問題。如果我這樣做,系統迴應我這個:找不到驅動程序類:org.firebirdsql.jdbc.FBDriver

無法連接到數據庫。 Driver class not found:org.firebirdsql.jdbc.FBDriver

是PATH的問題嗎?

update_database: 
    [echo] Updating database module: support 
[updateDatabase] May 16, 2017 9:14:34 AM org.dbmaintain.datasource.SimpleDataSource createDataSource 
[updateDatabase] INFO: Creating data source. Driver: org.firebirdsql.jdbc.FBDriver, url: jdbc:firebirdsql:localhost/3054:d:/firebird/sh_test/SH.FDB, user: sysdba, password: <not shown> 

BUILD FAILED 
d:\migrace\9352\build.xml:307: The following error occurred while executing this line: 
d:\migrace\9352\data\build.xml:159: Unable to perform db maintain task. 
**Unable to connect to database. Driver class not found: org.firebirdsql.jdbc.FBDriver** 
org.firebirdsql.jdbc.FBDriver 
+0

你可能想要包含你的ant腳本的相關部分 –

回答

0

這個錯誤與Firebird本身無關,也沒有從Firebird 2.1更新到2.5。這個錯誤意味着你正在執行的任何類路徑上都沒有Jaybird(Firebird JDBC驅動程序)。

將Jaybird添加到類路徑中,並且此錯誤應該消失。