Subject | Re: [despammed] [Firebird-Java] How to use Jaybird with embedded Firebird ? |
---|---|
Author | patrick_detorcy |
Post date | 2004-07-20T14:19:36Z |
> > Where to copy fbembed.dll ?you can
>
> briefly:
> if you do not use charsets and collates (uh, maybe only collates).
> put the embedded dll structure along with the application jarforce you
> if you use collates (and maye charsets) you should put the directory
> structure along with the java.exe used to launch the app... this
> to include a jre with your app.I have installed in C:\Program Files\Java\j2re1.4.2_04\bin :
fbembed.dll
fbclient.dll (since it's not clear what name to use - same file)
firebird.conf
firebird.msg
intl\fbint.dll
udf\fbudf.dll
udf\fbudf.sql
> double check that you're including the correct firebirdsql jar (1.5) andI launch my application with :
> not the older (1.0).
java -classpath "%javadir%\lib\firebirdSQL\firebirdSQL-full.jar" ...
where firebirdSQL-full.jar is from "FirebirdSQL-1.5.0RC3JDK_1.4.zip"
But it still doesn't work (same message)