# HG changeset patch # User Sebastien Jodogne # Date 1718442125 -7200 # Node ID a8d6ae201eeb17f2a576cdc43c1ba4ad546879a7 # Parent df28170c2af393eb3b3f8cef4b7b9e71d152c23d notes diff -r df28170c2af3 -r a8d6ae201eeb Sphinx/source/plugins/java.rst --- a/Sphinx/source/plugins/java.rst Fri Jun 14 17:39:11 2024 +0200 +++ b/Sphinx/source/plugins/java.rst Sat Jun 15 11:02:05 2024 +0200 @@ -102,8 +102,8 @@ that provide access to the native functions of the Orthanc plugin SDK. The Orthanc Java SDK is available in the folder ``JavaSDK`` of the -source distribution. A cross-platform ``.jar`` file containing the -Orthanc Java SDK can be compiled as follows:: +source distribution. A ``.jar`` file containing the Orthanc Java SDK +can be compiled as follows:: $ mkdir BuildJavaSDK $ cd BuildJavaSDK @@ -111,7 +111,13 @@ $ make This requires a JDK to be installed on your computer. This generates -the file ``OrthancJavaSDK.jar``. +the file ``OrthancJavaSDK.jar``. Alternatively, this cross-platform +``.jar`` library is available in a precompiled form at: + +* The `following location + `__ + (evidently, make sure to download the version that matches your + version of the ``libOrthancJava.so|.dll`` shared library). Usage @@ -188,7 +194,12 @@ described in the `reference paper `__ can be found in the `source distribution -`__. +`__. + +A precompiled version of the FHIR server is also available at the +`following location +`__. + Licensing