1

For who knows what is the jvisualvm, I downloaded a plugin to eclipse to initiate the application with the jvisualvm. But unlike the official site says, when I run any java application, the program does NOT appear in the left side. There's only one global tab.

Any clues?

alansiqueira27
  • 8,129
  • 15
  • 67
  • 111

1 Answers1

2

Are you running the java application as the same user? I seem to recall that by default it only sees processes started by the same userid.

  • oh, problem solved. Thanks Kevin. Your informations helped me to see that I was running in a machine which I was not administrator :o – alansiqueira27 Apr 29 '11 at 14:16