Subject Java-Jaybird - Configuration Step By Step
Author srj.suraj
Hai Everybody,

Am new to java enviornment,Can anyone specdify steps to configure Jaybird.

Am using JSP and a Java Class File.
From The Java Class File am trying to create a Jaybird Connection.
DriverManager.getconnection - gives an error message - No Suitable Driver.

Code as Follows

Class.forName("org.firebirdsql.jdbc.FBDriver");
connection = DriverManager.getConnection(
"jdbc:firebirdsql://localhost:3050/C:/test.gdb", "sysdba", "masterkey");

Configuration
-----------------
Windows XP
Firebird_2_1
jdk1.5.0_22
jaybird-2.1.6.jar
Apache Tomcat 6.0

Thanks in advance to all experts..