I have to do some task whenever some specific applications were launched. Is there any way to list all the processes running in an operating system or detect whenever a new process is created in operating system
I have to do some task whenever some specific applications were launched. Is there
Share
Yeah, there is a bit of stuff in the standard Python library that Jython doesn’t implement probably because it’s platform dependent and too much work for the small Jython community to implement. Try looking for a Java solution, it’s trivial to invoke Java code from Jython.