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]
# 1
I think java doesnt allow access to host environmet, or OS specific operations..sudhir http://www.jyog.com
Sudhir_nimavata at 2007-7-12 8:34:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Then How we are going to check the use of particular version of JVM .I think there are some tag based models available to detect that.I m currently looking into java web start... don't know if it solvesWhat is ur idea
kapessa at 2007-7-12 8:34:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 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?
BalusCa at 2007-7-12 8:34:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 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.

kapessa at 2007-7-12 8:34:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
Consider a signed applet.
BalusCa at 2007-7-12 8:34:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...