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)); }
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: | 630 / 2117 |
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 |