Subject Re: [Firebird-Java] Using JayBird from Netbeans
Author Василий Васильков
This is not NetBeans problem.
You must add jaybird.jar to your classpath.
Open project properties (right mouse button click), select "Runtime" item
and
click "Add JAR". Select jaybird.jar and try to build.


2007/6/28, Jinwah Serapis <jinwah50@...>:
>
> Hi,
>
> This should be simple to fix..
>
> I am using the following line to fetch a connection object.
>
> connection =
> DriverManager.getConnection
> ("jdbc:firebirdsql:localhost/3050:C:\\MYDB.fdb",
> "SYSDBA", "masterkey");
>
> I have added jaybird-full-2.1.1.jar to my library and the library to
> my project.
>
> I am getting the following error..
>
> java.sql.SQLException: No suitable driver found for
> jdbc:firebirdsql:localhost/3050:C:\...
>
> So my question is how do I get Netbeans to know about the jaybird driver.
>
> Thanks
>
> Jinwah
>
>
>


[Non-text portions of this message have been removed]