Subject Cannot load jdbc.FBDriver
Author narengokal
Hi,

I have just started working with Firebird. I configured the DB and
created tables etc.
I installed Jaybird and ran a Java application. This worked fine.

However, when I try and use HTTP servlets, I get an error, that it
cannot load jdbc.FBDriver
I cannot understand why, becuase if I load the driver without using
HTTP and my webserver, it works fine, but when i try and use it for
the web, it cannot load the driver. I call Class.forName
("org.firebirdsql....") in the init function of my .java program.

When compiling, I have all my jar files in the classpath.

Could someone please help me.

Thanks alot
Naren.