Subject | Re: [Firebird-Java] Re: Develop Java Application with Embedded Server |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-02-25T13:13:46Z |
> The appliciable code:Hmmm... I will think whether this is ok or not and what consequences it
> File library = new File("jaybird21.dll");
> String libraryPath = library.getAbsolutePath();
> System.load(libraryPath);
can have considering different combination of PATH/LD_LIBRARY_PATH and
FIREBIRD variables...
> Altough this makes the application no longer platform independant, aYes, this workaround is possible.
> work around should be possible (e.g System.getProperty("os.name"))
Roman