Subject Embedded and UDF path problem
Author damien_chambe
I use firebird embedded (FBEmbeddedRC6ForJaybird.zip version).
I've put fbembed.dll and jaybird.dll in the root path of my
application. Works perfectly with the default firebird.conf, without
change anything.

I've made an UDF function. When i put the \UDF directory in the root
path of my application, it doesn't works. I'm forced to put the UDF
directory in the \bin of my java installation (C:\Program
Files\Java\j2re1.4.2_01\bin). Same thing with firebird.msg.

Is there a way to put the UDF directly in the path of my app ?

Thanks,

Damien