0

Somehow I have managed to squash the main window of Jvisualvm: it is not longer coming up with the list of running jvm's. How can this be reset?

enter image description here

I have tried killing and restarting a few times now.

WestCoastProjects
  • 58,982
  • 91
  • 316
  • 560

1 Answers1

0

After snooping around the os/x filesystem I found it here:

~/Library/Application\ Support/VisualVM/8u40/config/Windows2Local/

So the following cleaned it up:

rm -rf ~/Library/Application\ Support/VisualVM/8u40/config/Windows2Local/
WestCoastProjects
  • 58,982
  • 91
  • 316
  • 560