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

12
LINES

< > BotCompany Repo | #1001221 // Put latest JavaX jar on desktop (Windows)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (106L/2K/4K).

!747

m {
  p {
    S file = "x27.jar";
    byte[] data = loadBinaryPage("http://tinybrain.de/" + file);
    File destFile = new File(userHome(), "Desktop/" + file);
    saveBinaryFile(destFile, data);
    print("Wrote " + destFile.getAbsolutePath());
    print(file + " should be on your desktop!");
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, dhtvkmknsjym, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001221
Snippet name: Put latest JavaX jar on desktop (Windows)
Eternal ID of this version: #1001221/1
Text MD5: 52163c7b6a8f40b0d9f0f98c37df1d2b
Transpilation MD5: c1ba535cf84532f12e03147b055859ca
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-10-03 15:11:53
Source code size: 317 bytes / 12 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 478 / 512
Referenced in: [show references]