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

19
LINES

< > BotCompany Repo | #1028237 // Package LINECOMP

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

Download Jar. Libraryless. Click here for Pure Java version (9339L/67K).

!7

p {
  File jarFile = javaxArtifactsDir("linecomp-0.3.jar");
  S mainProgramID = #1028231;
  S mainClassName = "main";
  
  Pair<File, S> programJarAndSrc = CompilerBot.compileSnippet2(mainProgramID);

  temp ZipOutputStream jar = zipOutputStream(jarFile);
  makeManifestWithMainClass(jar, mainClassName);
      
  zip2zip_exceptManifest2(programJarAndSrc.a, jar,
    // exclude those:
    litset("main.java"));
      
  makeExecutable(jarFile);
  fileSavedInfoBox(jarFile);
}

Author comment

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: 141 / 675
Version history: 4 change(s)
Referenced in: [show references]