Subject Re: [Firebird-Java] JDBC and connectivity in an Applet - using FB 1.5.3 - baffled.
Author Roman Rokytskyy
> The code gets as far as here and stalls completely.
> "Past opening try" appears in textAdd1 and
> "trying class for name" appears in textAdd2
>
> But nothing further happens - the code just sticks there. In
> my try around the whole code - I have e.toString() into
> textAdd2 - but it never gets there... I'm really puzzled
> by this - what am I missing? I have this working perfectly
> in a class - but it won't work in an applet...
>
> Any pointers much appreciated.

You have to add Jaybird's jar file to the codebase parameters of the
applet. Did you do this?

Roman