Subject Re: [Firebird-Java] NoClassDefFoundError
Author Roman Rokytskyy
Hi,

> I am trying run example of connection to Firbird 1.5 in java
> enviroment. My testing program creates exception on line
>
> Class.forName ("org.firebirdsql.jdbc.FBDriver");
>
> Exception Message is :
> java.lang.NoClassDefFoundError: javax/resource/ResourceException

See release notes:

either you deploy firebirdsql.jar + mini-j2ee.jar + mini-concurrent.jar, or
you deploy firebirdsql-full.jar.

Roman