Subject Re: [Firebird-Java] load driver using URLClassLoader
Author Roman Rokytskyy
> Here is Dragos from DbSchema(.com) database tool.
> I have tried to connect to Firebird using the jdbc driver.
> But I got an strange exception, look the stacktrace bellow:
>
>
> Exception occurred during event dispatching:
> java.lang.UnsatisfiedLinkError: no jaybird21 in java.library.path
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
> at java.lang.Runtime.loadLibrary0(Runtime.java:823)
> at java.lang.System.loadLibrary(System.java:1030)
> at


Driver cannot find the jaybird21.dll in the path. Where did you put it,
how do you start your Java and what is the value of PATH environment
variable?

Roman