diff Sphinx/source/users/cookbook.rst @ 999:3b62529bfe91

added java plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 19 Dec 2023 13:36:11 +0100
parents 05b106383b2a
children 5d4701d8fe28
line wrap: on
line diff
--- a/Sphinx/source/users/cookbook.rst	Mon Dec 18 09:47:49 2023 +0100
+++ b/Sphinx/source/users/cookbook.rst	Tue Dec 19 13:36:11 2023 +0100
@@ -56,11 +56,12 @@
   $ /etc/init.d/orthanc start
 
 Note that this standalone Debian repository **does not** contain the
-:ref:`Python plugin <python-plugin>`, as this plugin must be
-dynamically linked against the system-wide version of your Python
-runtime. You should install the ``orthanc-python`` package from your
-native Debian/Ubuntu distribution if available, or compile the plugin
-from sources.
+:ref:`Python plugin <python-plugin>` and the :ref:`Java plugin
+<java-plugin>`, because these plugins must be dynamically linked
+against the system-wide version of your Python or Java runtime
+environment. You should install the ``orthanc-python`` or
+``orthanc-java`` package from your native Debian/Ubuntu distribution
+if available, or compile the plugin from sources.
 
 
 .. _orthanc-explorer: