Mercurial > hg > orthanc-book
changeset 1078:a8d6ae201eeb
notes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 15 Jun 2024 11:02:05 +0200 |
parents | df28170c2af3 |
children | 4df0d8c542f2 |
files | Sphinx/source/plugins/java.rst |
diffstat | 1 files changed, 15 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 + <https://orthanc.uclouvain.be/downloads/cross-platform/orthanc-java/index.html>`__ + (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 <https://doi.org/10.5220/0012384600003657>`__ can be found in the `source distribution -<https://orthanc.uclouvain.be/hg/orthanc-java/file/default/Samples/FHIR/NOTES.txt>`__. +<https://orthanc.uclouvain.be/hg/orthanc-java/file/default/Samples/FHIR/>`__. + +A precompiled version of the FHIR server is also available at the +`following location +<https://orthanc.uclouvain.be/downloads/cross-platform/orthanc-java/index.html>`__. + Licensing