should i 1. create an isolated classloader, load ...
# framework-elide
s
should i 1. create an isolated classloader, load it into the VM, and resolve the main class and run it? or 2. spawn an entirely new VM as a subprocess, which runs the jar? or 3. something else i haven't thought of