When I try to see visualGC in visualVm, it says "Not supported for this JVM" and the soln I found is
run jstatd -J-Djava.security.policy=tools.policy
and when i run this command, i get
C:\Program Files\Java\jdk1.7.0_45\bin>jstatd -J-Djava.security.policy=to
Could not create remote object
access denied ("java.util.PropertyPermission" "java.rmi.server.ignoreSubClasses"
"write")
java.security.AccessControlException: access denied ("java.util.PropertyPermissi
on" "java.rmi.server.ignoreSubClasses" "write")
soln to this issue is jstatd oracle link, but this link says
It is not currently available on the Windows 98 and Windows ME platforms
I am attempting to connect from local machine to remote server Windows2003 JDK 1.7 is what I used for visualVM and Visual GC
please help!