tags:

views:

37

answers:

0

Hi,

I am working on a device that installs an embedded linux system. I want to remote monitor the application running on that device using JConsole.

However, when I set the property for JMX Agent like -Dcom.sun.management.jmxremote.port=8010, the system produced an error "the file management.properties does not exist".

It seems that the Java installed on this embedded linux system does not include the JMX service yet.

Anyone has some ideas that how can I install JMX service on such system, please?

Thanks