static L deletableProgramJars() { Set names = namesOfLoadedProgramJars(); ret [File f : filesInDirs(javaxCachesDir("Compilations"), javaxCachesDir(#1001638)) | hasExtension(f, ".jar") && !names.contains(fileName(f))]; }