I have to create a program such that my program should communicate with the windows os and find the number of application thats running currently in windows an what are they? can i be able to do it? pls provide me help its urgent..
netharam ram
Ranch Hand
Joined: Aug 09, 2001
Posts: 202
posted
0
Ya sure java can communicate with windows API using JNI. for more details visit sun's tutorial on JNI.
gsrikumar gopal
Greenhorn
Joined: Sep 03, 2001
Posts: 2
posted
0
Originally posted by netharam ram: Ya sure java can communicate with windows API using JNI. for more details visit sun's tutorial on JNI.
thanks ram i will try and get to u back -bye
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
I am trying to do the same thing. There are a variety of different ways to do this: 1) JNI -> A bit harder 2) Microsoft's JVM -> you can directly use win dlls without creating jni rapper dlls but you run into compatibility issues. 3) create c,c++ or vb program to get the list and then pipe that list into java program (not quite sure how to do this but certainly possible) let me know how successful you have been so far? And how r u distinguishing between running processes and applications? khurram.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.