java.lang.ClassNotFoundException: Class com.ibm.db2.jcc.DB2Driver not found in Worklight platform or project

帅比萌擦擦* 提交于 2019-12-03 15:18:00

Do you mean that your Worklight database is DB2-based? If yes,

  • make sure to also edit worklight.properties with the correct DB2 setup

Also make sure that:

  • the DB2 connector driver exists in the server\lib folder
Ayanava Sarkar

Add the two jars:

db2jcc.jar
db2jcc_license_cu.jar

Add them to the libraries jar folder.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!