On 2021-09-02 16:26, Hugo Eyng | Datamais wrote:
> Does someone know where I can find instructions about how to install
> Jaybird 4?
Please ask questions about Jaybird on
https://groups.google.com/g/firebird-java
That said, when asking there, please be more specific about the context
(where/why you want to install it), because there is no generic way to
'install' Java libraries. When developing applications, you specify them
in the project definition of your build tool (e.g. Maven, Gradle), and
your build tool will either do the rest, or at least provide options to
put the library in the right place. When using Jaybird with an existing
application, then installation is specific to that application, and you
need to consult its documentation on how you install JDBC drivers (or
'add them to the classpath').
For details about Jaybird itself, consult
https://firebirdsql.github.io/jaybird-manual/jaybird_manual.html.
> And, if somebody already configured Jaybird 4 in Redexpert, where can
> find some content about that.
As far as I'm aware, though I haven't used it myself, Red Expert comes
pre-packaged with Jaybird 4, judging by the changelog on this page:
https://reddatabase.ru/downloads/redexpert/generic/2021.07/
And again, please be more specific as to the problem you're trying to
solve.
Mark