win32 api interface

Does anyone have any information on the win32 api i would like to write a java application that woudl allow me to list all of the task names in the taskmangerSomething like Win32::Setupsup for perl
[211 byte] By [BenCuthberta] at [2007-10-2 22:46:51]
# 1
Hi Ben, try JNI, it allows to use any win32 API functions.You just write your java methods implementation in C++ and use win32 API from there.Regards,Sasha.
SashaPa at 2007-7-14 6:01:14 > top of Java-index,Java Essentials,Java Programming...
# 2
Also check out the JDesktop project, maybe it contains what you want.
gimbal2a at 2007-7-14 6:01:14 > top of Java-index,Java Essentials,Java Programming...
# 3
Why nobody use searching? http://forum.java.sun.com/thread.jspa?forumID=52&threadID=745062
Michael.Nazarov@sun.coma at 2007-7-14 6:01:14 > top of Java-index,Java Essentials,Java Programming...
# 4
I have looked at Jdesktop. It looks good but i am not sure it offers what i am looking for. i will search around
BenCuthberta at 2007-7-14 6:01:14 > top of Java-index,Java Essentials,Java Programming...
# 5
I'm sure one of the JNI tutorials do just this.
mlka at 2007-7-14 6:01:14 > top of Java-index,Java Essentials,Java Programming...