How to install JMX Service?
        Posted  
        
            by ipkiss
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ipkiss
        
        
        
        Published on 2010-06-02T00:58:28Z
        Indexed on 
            2010/06/02
            1:03 UTC
        
        
        Read the original article
        Hit count: 425
        
jmx
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
© Stack Overflow or respective owner