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

10
LINES

< > BotCompany Repo | #1005850 // javaxDefaultVMArgs

JavaX fragment (include)

static S javaxDefaultVMArgs() {
  File fileNew, fileOld;
  S text = loadTextFile(fileNew = javaxDataDir("default-vm-args"));
  if (text == null) {
    text = loadTextFile(fileOld = programFile(#1005850, "default-vm-args"));
    if (text != null)
      moveFile(fileOld, fileNew);
  }
  return trim(unnull(text));
}

Author comment

Began life as a copy of #1005806

download  show line numbers  debug dex  old transpilations   

Travelled to 17 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, hpgrupgrauku, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1005850
Snippet name: javaxDefaultVMArgs
Eternal ID of this version: #1005850/3
Text MD5: f64a4d2d35a4b719ec9cad52a1505337
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-18 13:00:35
Source code size: 323 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 545 / 2017
Version history: 2 change(s)
Referenced in: #1005850 - javaxDefaultVMArgs
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1006722 - Transpiler Translator for #759
#1009053 - JavaX Super User VM - start using #1009062 on Linux
#1032684 - #759 transpilation backup