I have two different programs made with B4J
Both without user interface, a server for the printer and a server for commands from barcode scanners
They both appear as Java.exe on Task Manager
How to distinguish the two different programs (to manually terminate the required one or to avoid multiple instance)?
Based on Erel's tutorial here: https://www.b4x.com/android/forum/threads/killing-forgotten-java-processes.82584/#content I made this program mainly to view and kill Jar processes that are hidden (non - UI) Of course, the TableView shows both UI and non UI Jar processes. Note that you might...
Very well, I did not know the existence of the additional column
Is it also possible to 'read' the command line of the active processes, as visible in the task manager, from B4J code?