Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1019856 // hotwire_collectJars (program + libraries)

JavaX fragment (include)

static L<File> hotwire_collectJars(File jar) {
  LS libIDs = hotwire_libraryIDsFromJar_deleteJarOnFail(jar);
  L<File> files = ll(jar); // main program has to be first entry! (e.g. for hotwire_makeClassLoader_stickyAndSrcLibs)
  for (S libID : libIDs)
    files.add(loadLibraryOrSrcLib(libID));
  ret files;
}

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: 289 / 338
Version history: 4 change(s)
Referenced in: [show references]