Link to home
Start Free TrialLog in
Avatar of saji27
saji27

asked on

Monitor JVM with JDK1.4

Hi,
Which API i can use in JDK1.4 to fetch the JVM parameters apart from JMX?
ASKER CERTIFIED SOLUTION
Avatar of sunray_2003
sunray_2003
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ofcourse, system.getproperty will give the parameters of JVM in which you are running it in and not the remote one..
Avatar of saji27
saji27

ASKER

Do we have any other API to fetch the JVM parameters apart from System & Runtime classes in JDK1.4?