You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When java is started as a service under Windows, JavaSysMon may not find the current process:
Monitor = new JavaSysMon();
OsProcess process = Monitor.processTree().find(Monitor.currentPid());
can return null somtime...
The text was updated successfully, but these errors were encountered:
When java is started as a service under Windows, JavaSysMon may not find the current process:
Monitor = new JavaSysMon();
OsProcess process = Monitor.processTree().find(Monitor.currentPid());
can return null somtime...
The text was updated successfully, but these errors were encountered: