Download Jar. Libraryless. Click here for Pure Java version (9339L/67K).
1 | !7 |
2 | |
3 | p {
|
4 | File jarFile = javaxArtifactsDir("linecomp-0.3.jar");
|
5 | S mainProgramID = #1028231; |
6 | S mainClassName = "main"; |
7 | |
8 | Pair<File, S> programJarAndSrc = CompilerBot.compileSnippet2(mainProgramID); |
9 | |
10 | temp ZipOutputStream jar = zipOutputStream(jarFile); |
11 | makeManifestWithMainClass(jar, mainClassName); |
12 | |
13 | zip2zip_exceptManifest2(programJarAndSrc.a, jar, |
14 | // exclude those: |
15 | litset("main.java"));
|
16 | |
17 | makeExecutable(jarFile); |
18 | fileSavedInfoBox(jarFile); |
19 | } |
Began life as a copy of #1022682
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028237 |
| Snippet name: | Package LINECOMP |
| Eternal ID of this version: | #1028237/5 |
| Text MD5: | 37e5a579c9f40d84b65df505a6cdf627 |
| Transpilation MD5: | 8aa5d21b10d5f5b9c5c41e6e2acb5832 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code (desktop) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-28 21:14:28 |
| Source code size: | 499 bytes / 19 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 626 / 1759 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |