know processes of system

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dchoubey@gmail.com

    #1

    know processes of system

    hi

    i want to know is it any possibility to know the running
    processes in the windows system by using java. Is java provides any
    api for the know the running processes of the system.

    thank u.


    bye
    Dchoubey
  • Ashu

    #2
    Re: know processes of system

    Hi dchoubey,

    I think its possible with Linux since it has a command 'ps -ef' which
    could be called within System.getRunTi me.exec() method of System
    class.
    With windows I am not sure how to perform it ,
    anyone can help ?

    -Ashish

    Comment

    Working...