Java Program to List all running process of Win 2k OS
I want to write a simple command line Java Program to List all running process of Win 2k OS.Which class i can use to write this program. Has anybody done this before? Your Help Will be Appriciated
[217 byte] By [
AppSa] at [2007-10-3 7:06:57]

Hi, you can use JNative to do that:
- put JNative.jar in your classpath
- put JNative.dll in your path
- see an example for using it at http://jnative.cvs.sourceforge.net/jnative/JNative/src/java/JNative/org/xvolks/test/KillProcess.java?view=markup
--Marc (http://jnative.sf.net)