I have a .jsp file which try to connect to the Oracle database.
When I use only TomCat that .jsp file is loaded perfectly,
but when I try to load .jsp through JBuilder environment I receive this error message:
java.sql.SQLException: Cannot load JDBC driver class 'null'
Could anybody help me to avoid this error?
When I use only TomCat that .jsp file is loaded perfectly,
but when I try to load .jsp through JBuilder environment I receive this error message:
java.sql.SQLException: Cannot load JDBC driver class 'null'
Could anybody help me to avoid this error?