recognizing java processes

J

julian.navascues

How would you recognize a java process (as java process) in runtime
from outside the JVM? (win32)

is there a nicer way than monitorizing DLL loads in order to detect
the jvm.dll/javai.dll load?
 
O

Oliver Wong

How would you recognize a java process (as java process) in runtime
from outside the JVM? (win32)

is there a nicer way than monitorizing DLL loads in order to detect
the jvm.dll/javai.dll load?

The name of the process is almost always "java.exe" or "javaw.exe".

- Oliver
 
D

David Gourley

How would you recognize a java process (as java process) in runtime
from outside the JVM? (win32)

is there a nicer way than monitorizing DLL loads in order to detect
the jvm.dll/javai.dll load?

Download jps tool? (certainly works with Java 1.5 on win32)

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top