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

4
LINES

< > BotCompany Repo | #1003781 // restart - clean-restart VM's main program (in new Java VM)

JavaX fragment (include)

static void restart() {
  O j = getJavaX();
  call(j, "cleanRestart", get(j, "fullArgs"));
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1003781
Snippet name: restart - clean-restart VM's main program (in new Java VM)
Eternal ID of this version: #1003781/2
Text MD5: 44f3ee7b0fb4a981608594cfe945507a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-19 19:22:44
Source code size: 95 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 1056 / 1063
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1009599 - restartIn1 - clean-restart current program (in new Java VM) in one second
#1010684 - restartWithDelay - clean-restart VM's main program (in new Java VM)
#1020750 - restartWithDefaultVMArgs - clean-restart VM's main program (in new Java VM)