Subject Re: [Firebird-Java] eclipse rcp and firebird embed qestion
Author Roman Rokytskyy
> hi,i have a problem when i use a firebird 2.0 as my database in my eclipse rcp application program,error message list below,it said GDS32.DLL not found ,but i actually put the GDS32.DLL in the same location with the jdbc drivers:jaybird-full-2.2.0.jar and jaybird21.dll
> how should I configure the firebird? thanks a lot!

The message seems to be incorrect.

What JDBC URL do you use? If that's jdbc:firebirdsql:embedded:... then
you need fbembed.dll to be available in java.library.path.

Roman