Dependency-free launcher. Reads a sidecar INI-style config named
after the jar it was loaded from (foo.jar -> foo.conf, sitting next
to the jar), applies system properties (with environment / prior-
property interpolation), builds a globbed and de-duplicated
classpath, and reflectively invokes a configured main class inside
an isolated URLClassLoader. JDK-only; nothing ships in libs/.