lower level system integration/list of system processes
Hello,
I am building application, which should determine, if there's another process in the system and act accordingly. I know, that Java itself tries to be multiplatform and does not include direct lower level integration. Is there some library (which uses JNI), that could interact with the system more directly (so it can see system's load, uptime, list of processes, ...)?
Juraj.

