static void runLibrary(S snippetID, S... args) { fixContextClassLoader(); runClassNamed(mainClassOfJarSnippet(snippetID), args); }