static Class veryQuickJava_finish(S src, L<S> libs) { libs = cloneList(libs); src = findTranslators2(src, libs); //print("Libs found: " + struct(libs)); S dehlibs = join(" ", libs); File bytecode = null; //try { bytecode = javaCompile_overInternalBot(src, dehlibs); /*} on fail { print("Was compiling: " + src + "\n"); }*/ ret hotwireCore(concatLists(ll(bytecode), loadLibraries(libs))); }
Began life as a copy of #1005577
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1015100 |
Snippet name: | veryQuickJava_finish |
Eternal ID of this version: | #1015100/4 |
Text MD5: | 96e5ceccbd3b5cdb85c05456425a7572 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-31 15:23:38 |
Source code size: | 433 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 455 / 518 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1034061 - veryQuickJava_finish_specialMainClass |