Received: by 10.66.90.102 with SMTP id bv6mr1860910pab.34.1349412183292; Thu, 04 Oct 2012 21:43:03 -0700 (PDT) Received: by 10.68.232.230 with SMTP id tr6mr2864911pbc.16.1349412183238; Thu, 04 Oct 2012 21:43:03 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!kr7no5190932pbb.0!news-out.google.com!t10ni23613332pbh.0!nntp.google.com!kt20no10410231pbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Thu, 4 Oct 2012 21:43:03 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=1.186.33.2; posting-account=8MHRggoAAADZ47nhV8ahQsMZXjckf7jb NNTP-Posting-Host: 1.186.33.2 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <44db0c19-34bc-4065-824a-8a979f9cb95b@googlegroups.com> Subject: How to get the running applications in windows task manager using java? From: Kshitij Gupta Injection-Date: Fri, 05 Oct 2012 04:43:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:19119 Hi all, I am able to fetch the process name and id but i need only the running applications in windows task manager. If anybody knows please help me by sending code for this. Thanks in advance.