I downloaded the JMX example client/agent from the oracle site, and when I try to run it, according to this tutorial: http://docs.oracle.com/javase/tutorial/jmx/remote/custom.html, from a normal cmd, it says:
Can't read password file
And when I try to run it from an elevated cmd, it says:
Password File acces must be restricted
I used this: http://docs.oracle.com/javase/6/docs/technotes/guides/management/security-windows.html to regulate the acces to the password file.
Can anyone tell me how to make this work?