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

7
LINES

< > BotCompany Repo | #1008563 // nohupJavax using module - NOTE: starts a different thread; don't use directly before System.exit (use directNohupJavax instead)

JavaX fragment (include)

static void nohupJavax(fS javaxargs) {
  thread { call(hotwireOnce(#1008562), "nohupJavax", javaxargs); }
}

static void nohupJavax(fS javaxargs, fS vmArgs) {
  thread { call(hotwireOnce(#1008562), "nohupJavax", javaxargs, vmArgs); }
}

Author comment

Began life as a copy of #1001372

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1008563
Snippet name: nohupJavax using module - NOTE: starts a different thread; don't use directly before System.exit (use directNohupJavax instead)
Eternal ID of this version: #1008563/8
Text MD5: 66eb66468816577b6c13d269e6b39127
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-02 15:59:13
Source code size: 241 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 556 / 719
Version history: 7 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1009603 - nohupJavaxThenSleep
#1010231 - googleImageSearch using module
#1010542 - nohupJavax using flags [doesn't work yet]