!7 sS progID = #1010745; p { S javax = loadSnippet(progID); print("Source: " + l(java)); S java = transpileRaw(javax)); print("Transpiled: " + l(java)); new L libs; java = findTranslators2(java, libs); print("Libs: " + joinWithComma(libs)); S dehlibs = join(" ", libs); File bytecode = javaCompile_overInternalBot(src, dehlibs); print("Bytecode: " + f2s(bytecode)); }