What jar files and environment variables to use for Java LibreOffice programs?

I've written a Java program using the Java bindings to the LibreOffice 5
UNO API. But I can't find documented anywhere the specific runtime
environment that needs to be used to run it. Specifically, what jar
files from the LibreOffice distribution need to be on my CLASSPATH, and
what environment variables and/or system properties need to be defined,
and what are the values they need to be defined to?

Thanks for any enlightenment on these matters!

Bill

The recommended way is documented at <https://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Java/Transparent_Use_of_Office_UNO_Components>.

Thanks! That's what I was looking for. But it says, "This page was
last modified on 13 May 2009, at 08:04". Is it still up-to-date, would
you know?

Bill

Yes; little has changed in that area since then. (And LO is still pointing at the original OOo Developer's Guide, now hosted at Apache, because we couldn't copy it IIUC.)