I started a Java process with JDK 1.8.0_101 in my user account. The task manager shows me that it is running.
Then I start jvisualvm for the same JDK and same user and cannot see the process. Any ideas?
I am using Windows Server 2012.
I started a Java process with JDK 1.8.0_101 in my user account. The task manager shows me that it is running.
Then I start jvisualvm for the same JDK and same user and cannot see the process. Any ideas?
I am using Windows Server 2012.
I started the java process from a console that ran "as administrator". The jvisualvm
was started without administrator rights. This seemed to be the reason.