Libraryless. Click here for Pure Java version (6442L/41K).
1 | static Set<File> programJarsLoadedInAllVMs() { |
2 | Set<File> set = allLoadedProgramJars(); |
3 | for (S s : sendToAllOtherVMs("all loaded program jars")) |
4 | set.addAll((Collection<File>) safeUnstruct(s)); |
5 | ret set; |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
Snippet ID: | #1019144 |
Snippet name: | programJarsLoadedInAllVMs |
Eternal ID of this version: | #1019144/2 |
Text MD5: | 2655bb94ab187c76391f46f80fe87014 |
Transpilation MD5: | 643eaec771c58ee88b9ce0cfb37357b2 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-24 23:39:51 |
Source code size: | 217 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 335 / 422 |
Version history: | 1 change(s) |
Referenced in: | [show references] |