I need to access the VM arguements from the VM summary tab on jconsole programmatically.. i.e using java.
Am using JMX to create connection to a remote server. using method
MBeanServerConnection connection = JMXConnector.getMBeanServerConnection();
When I used Jconcole to monitor the jmx connection, there is a lot of information on VM summary tab. I need the VM arguements particularly to use in my program.
Please guide !!