1 | static L<File> hotwire_collectJars(File jar) { |
2 | LS libIDs = hotwire_libraryIDsFromJar_deleteJarOnFail(jar); |
3 | L<File> files = ll(jar); // main program has to be first entry! (e.g. for hotwire_makeClassLoader_stickyAndSrcLibs) |
4 | for (S libID : libIDs) |
5 | files.add(loadLibraryOrSrcLib(libID)); |
6 | ret files; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019856 |
Snippet name: | hotwire_collectJars (program + libraries) |
Eternal ID of this version: | #1019856/5 |
Text MD5: | 4a6908e9e4d7c613e3fc819fbcb95179 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-01 18:50:58 |
Source code size: | 315 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 359 / 410 |
Version history: | 4 change(s) |
Referenced in: | [show references] |