Subject Re: Firebird Embedded deploying with Java
Author Jeroen Wenting
--- In Firebird-Java@yahoogroups.com, "palmer_r@..." <palmerr_2002@...> wrote:
> So my question is, to use firebird database in Embedded mode
> in Java what specific files will I need.
>
I don't think Firebird can be used from Java as an embedded database.

> Also found this:
> ***********************************************
> 19- Why isn't JayBird in one jar file?
>
> "JayBird is now available as a single jar file: firebirdsql-full.jar."
> **********************************************
>
> Hope someone can explain what are all the required files to
> run Firebird Database in Embedded mode in JAVA.
>
To connect to Firebird, only the ***-full.jar is needed (name depends on version number).

Maybe the FBManager class run as "EMBEDDED" will work without an FB server installed. Never tried that though.