怎么让一个数据库驱动在JB里有效?
我用JB8
现在有一个的数据库驱动JAR文件,classpath已经设置过了
用JB的search class...能找到相应的驱动类,
project property...也经过了设置,将我自定义的lib加到了
required Library里
但是现在还出“the driver:com.pointbase.jdbc.jdbcUniversalDriver
could not be load.This could be a problem with the driver
itself,or that driver is not found on the classpath”
这是为什么呢?怎么解决?
--