ike to check for particular exe running on the machine of client.
I would like to check for particular exe running on the machine of client.Can i check it thru J2ee technology like JSPThanks
[145 byte] By [
kapessa] at [2007-11-27 3:31:12]

# 3
I guess you first need to sort out the differences and benefits of Java Client Applications, Java Applets and Java Webapplications before asking vague questions. What is your goal? What kind of an application will be useful to reach this goal?
# 4
I am thinking of dynamic authentication server.
My client machine and server machines are passing some credentials at regular time intervals after login by authentication server.
This is required after a particular login by id. I need to check whether the machine that establshed the connection is the one which is getting the data and not spoofed by anyone
Therefore i need running of client exe.