P Philip Prins Active Member Licensed User Longtime User Jan 10, 2014 #1 Hi everyone, How can i check if the program i made is still working and restart when stopped? Tnx in advance Philip
Hi everyone, How can i check if the program i made is still working and restart when stopped? Tnx in advance Philip
Erel B4X founder Staff member Licensed User Longtime User Jan 10, 2014 #2 See this code: http://www.b4x.com/android/forum/threads/windows-taskmanager-running-processes.35390/#post-208179 Your process will be named java.exe. You can change its name using launch4j to convert the jar into an exe file. Upvote 0
See this code: http://www.b4x.com/android/forum/threads/windows-taskmanager-running-processes.35390/#post-208179 Your process will be named java.exe. You can change its name using launch4j to convert the jar into an exe file.
P Philip Prins Active Member Licensed User Longtime User Jan 10, 2014 #3 Erel said: See this code: http://www.b4x.com/android/forum/threads/windows-taskmanager-running-processes.35390/#post-208179 Your process will be named java.exe. You can change its name using launch4j to convert the jar into an exe file. Click to expand... Thanks Erel, Upvote 0
Erel said: See this code: http://www.b4x.com/android/forum/threads/windows-taskmanager-running-processes.35390/#post-208179 Your process will be named java.exe. You can change its name using launch4j to convert the jar into an exe file. Click to expand... Thanks Erel,