Subject | Re: [Firebird-Java] Using JayBird from Netbeans |
---|---|
Author | Василий Васильков |
Post date | 2007-07-03T09:15:40Z |
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@...>:
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@...>:
>[Non-text portions of this message have been removed]
> 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
>
>
>