!7 sS progID = #1010745; p { S javax = loadSnippet(progID); print("Source: " + l(javax)); S java = null; twice { time "Transpile" { java = transpileRaw(javax); print("Transpiled: " + l(java)); print("Have cached includes: " + l(get(transpileRaw_trans, 'cachedIncludes))); } } new L libs; java = findTranslators2(java, libs); print("Libs: " + joinWithComma(libs)); S dehlibs = join(" ", libs); File bytecode = javaCompile_overInternalBot(java, dehlibs); print("Bytecode: " + f2s(bytecode)); }