我尝试测试连接到 db2 的 sql 适配器,但得到以下结果:
I try to test an sql adapter that connects to db2 but I get the following result:
java.lang.ClassNotFoundException:在 Worklight 平台或项目中找不到类 com.ibm.db2.jcc.DB2Driver
java.lang.ClassNotFoundException: Class com.ibm.db2.jcc.DB2Driver not found in Worklight platform or project
这是我的代码:
<dataSourceDefinition>
<driverClass>com.ibm.db2.jcc.DB2Driver</driverClass>
<url>jdbc:db2://localhost:50000/WLTEST</url>
<user>db2admin</user>
<password>db2admin</password>
</dataSourceDefinition>
知道出了什么问题吗?
您的意思是您的 Worklight 数据库是基于 DB2 的吗?如果是,
Do you mean that your Worklight database is DB2-based? If yes,
还要确保:
这篇关于java.lang.ClassNotFoundException:在 Worklight 平台或项目中找不到类 com.ibm.db2.jcc.DB2Driver的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!