view Sphinx/source/plugins/java/HelloWorld.java @ 1111:fbd064a812eb

synchronous lua commands
author Alain Mazy <am@orthanc.team>
date Thu, 17 Oct 2024 09:48:52 +0200
parents df28170c2af3
children
line wrap: on
line source

import be.uclouvain.orthanc.Functions;

public class HelloWorld {
    static {
        Functions.logWarning("Hello from Java!");
    }
}