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).

1  
!747
2  
3  
m {
4  
  p {
5  
    S file = "x27.jar";
6  
    byte[] data = loadBinaryPage("http://tinybrain.de/" + file);
7  
    File destFile = new File(userHome(), "Desktop/" + file);
8  
    saveBinaryFile(destFile, data);
9  
    print("Wrote " + destFile.getAbsolutePath());
10  
    print(file + " should be on your desktop!");
11  
  }
12  
}

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: 481 / 516
Referenced in: [show references]