I'm receiving an error on VBIS.

0 votes
asked by
edited by

I have installed the VBIS 6.0 and while creating the JDBC connection I'm getting the below error:

com.oberon.bb.jdbcdt.JDBCDriverNotFOundException;ClassNotFoundException:oracle:jdbc:driver.oracle driver.

What can I do?

1 Answer

0 votes
No avatar answered by (132k points)

This error occurs because you aren't deploying the Oracle driver with your application. In order to fix the problem, place the JAR file (jdbc.jar) of the driver in a shared or library extension folder of your application server (in the Lib folder of the project). I suggest you use Google search engine to find additional guides and instructions.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...