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.

[404 byte] By [jurbeda] at [2007-11-26 18:47:29]
# 1
I don't know of such a library; you could search SourceForge in case there's something there.If this is for Linux you could read the appropriate entries from the /proc filesystem of course...?
dcmintera at 2007-7-9 6:21:26 > top of Java-index,Java Essentials,Java Programming...
# 2
[url= http://support.hyperic.com/confluence/display/SIGAR/Home]Sigar[/url]. I seem to post this quite often here, but I suppose that just goes to show how very useful it is.
Mr_Evila at 2007-7-9 6:21:26 > top of Java-index,Java Essentials,Java Programming...