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

4
LINES

< > BotCompany Repo | #1016056 // makeManifestWithMainClass

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

Libraryless. Click here for Pure Java version (4522L/25K).

1  
svoid makeManifestWithMainClass(ZipOutputStream outZip, S mainClass) ctex {
2  
  outZip.putNextEntry(new ZipEntry(manifestPathInJar()));
3  
  outZip.write(toUtf8(manifestTextForMainClass(mainClass)));
4  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016056
Snippet name: makeManifestWithMainClass
Eternal ID of this version: #1016056/3
Text MD5: 0acfdcd4a209ed9f130087e485466bdf
Transpilation MD5: ae336e2c8cd8bf905c1fdd178837f2b6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-23 04:50:15
Source code size: 199 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 405 / 494
Version history: 2 change(s)
Referenced in: [show references]