Mercurial > hg > orthanc-book
view Sphinx/source/plugins/java/HelloWorld.json @ 1184:3bae50354314
fix sample python plugin with PIL
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 12 Aug 2025 17:10:22 +0200 |
parents | df28170c2af3 |
children |
line wrap: on
line source
{ "Plugins" : [ "./libOrthancJava.so" ], "Java" : { "Enabled" : true, "Classpath" : "./OrthancJavaSDK.jar:.", "InitializationClass" : "HelloWorld" } }