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

7
LINES

< > BotCompany Repo | #1036128 // loadCompiledSrcLib - downloads the jar from the server if not downloaded

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

Transpiled version (10545L) is out of date.

static File loadCompiledSrcLib(S snippetID) {
  File f = main DiskSnippetCache_file(psI(snippetID));
  if (fileSize(f) != 0) ret f;
  S url = jarBotURL(snippetID);
  loadBinaryPageToFile(url, f);
  ret f;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1036128
Snippet name: loadCompiledSrcLib - downloads the jar from the server if not downloaded
Eternal ID of this version: #1036128/6
Text MD5: 0345a022604dcb3b3d868efe0cdd7765
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-09-25 22:26:50
Source code size: 212 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 81 / 119
Version history: 5 change(s)
Referenced in: [show references]