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 33
33
<section id =" fbjava-installation" >
34
34
<title >Installing FB/Java in Firebird</title >
35
35
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
40
42
pointing to the plugin:
41
43
42
44
<programlisting >include < fbjava-root> /conf/fbjava.conf</programlisting >
43
45
</para >
44
46
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
+
45
51
<para >FB/Java can also be installed in the client making possible to use fbjava-deployer
46
52
utility remotely. In this case it's just necessary to extract the zip/tarball in some directory
47
53
and optionally add its bin directory to the PATH environment variable.</para >
You can’t perform that action at this time.
0 commit comments