I have Got Apache and Jserv and GnuJsp running and I have got simple pages printed.

However I am not able to connect my Jsp files to Oracle
I get this error:
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver

What could be wrong ?

Please help.

Thanks.

    3 months later

    Hey,
    It sounds like you've just got to configure the classpath for the JSPs to include the path to your jdbc oracle driver classes. If you don't have the driver installed, you'll need to download one.

      Write a Reply...