Slackbot
02/02/2024, 4:59 PMephemient
02/02/2024, 5:32 PMprocessIsolation will extend the current classpath (with Parameters serialized and deserialized across the process boundary), so I don't think there's any way built-inMartin
02/02/2024, 5:33 PMephemient
02/02/2024, 5:33 PMjavaexec will start with a whole new classpath I guess, although you have to set that up yourselfephemient
02/02/2024, 5:34 PMnoIsolation workerMartin
02/02/2024, 5:34 PMMartin
02/02/2024, 5:35 PMephemient
02/02/2024, 5:36 PMURLClassLoader(jars.map { it.toURI().toURL() }.toTypedArray(), ClassLoader.getSystemClassLoader())Martin
02/02/2024, 5:37 PMtony
02/02/2024, 7:03 PMMartin
02/02/2024, 7:06 PMChris
02/02/2024, 7:11 PMChris
02/02/2024, 7:12 PMtony
02/02/2024, 7:14 PM