Skip to content

Commit b705782

Browse files
committed
Updates the manual Installation section.
1 parent df3f84c commit b705782

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

src/etc/doc/fbjava.pdf

166 Bytes
Binary file not shown.

src/etc/doc/fbjava.xml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,21 @@
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-
&lt;fbjava-root&gt; (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 &lt;firebird-root&gt;/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+
&lt;fbjava-root&gt; - 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 &lt;firebird-root&gt;/plugins.conf file
4042
pointing to the plugin:
4143

4244
<programlisting>include &lt;fbjava-root&gt;/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>

0 commit comments

Comments
 (0)