File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 3333 <section id =" fbjava-installation" >
3434 <title >Installing FB/Java in Firebird</title >
3535
36- <para >Server installation of FB/Java is a simple task involving two passes. The first necessary
37- pass is to extract the zip/tarball package in a place subsequently named here as
38- < fbjava-root> (this is the parent directory of the packaged bin and others directories).
39- The second pass is to include a line in the end of < firebird-root> /plugins.conf file
36+ <para >Server installation of FB/Java is a simple task involving three passes. The first
37+ necessary pass is to extract the zip/tarball package in a place (subsequently named here as
38+ < fbjava-root> - this is the parent directory of the packaged bin and others directories).
39+ </para >
40+
41+ <para >The second pass is to include a line in the end of < firebird-root> /plugins.conf file
4042 pointing to the plugin:
4143
4244 <programlisting >include < fbjava-root> /conf/fbjava.conf</programlisting >
4345 </para >
4446
47+ <para >The third pass is to define the environment variable JAVA_HOME pointing to the home directory
48+ of a JDK or JRE installation. FB/Java requires a Java 8 platform.
49+ </para >
50+
4551 <para >FB/Java can also be installed in the client making possible to use fbjava-deployer
4652 utility remotely. In this case it's just necessary to extract the zip/tarball in some directory
4753 and optionally add its bin directory to the PATH environment variable.</para >
You can’t perform that action at this time.
0 commit comments