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

9
LINES

< > BotCompany Repo | #1013689 // Merge jars on command line into out.jar

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

Download Jar. Libraryless. Click here for Pure Java version (1062L/7K).

!7

p {
  ZipOutputStream zip = newZipOutputStream("out.jar");
  for (S s : args)
    zip2zip_exceptManifest(new File(s), zip);
  zip.close();
  print("Wrote out.jar");
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1013689
Snippet name: Merge jars on command line into out.jar
Eternal ID of this version: #1013689/1
Text MD5: f1e9a1e001849e4cde9c6f8c06cc0ff9
Transpilation MD5: f6935de2df68fe737f8c0d3220efe407
Author: stefan
Category: javax
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-22 13:56:59
Source code size: 178 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 399 / 916
Referenced in: [show references]