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

6
LINES

< > BotCompany Repo | #1031835 // addLibrariesToClassLoader

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (5346L/32K).

1  
sbool addLibrariesToClassLoader(ClassLoader cl, Cl<S> libIDs) {
2  
  bool change;
3  
  fOr (S libID : libIDs)
4  
    change |= addLibraryToClassLoader(cl, libID);
5  
  ret change;
6  
}

Author comment

Began life as a copy of #1031833

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1031835
Snippet name: addLibrariesToClassLoader
Eternal ID of this version: #1031835/1
Text MD5: 4b720a348ea5c41722306d0e18ba2337
Transpilation MD5: 261aa585ad186576da621a803d4c8f25
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-07-14 16:44:35
Source code size: 174 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 93 / 137
Referenced in: [show references]