0

Link of error message that pops up when I am installing Eclipse MAT from http://www.eclipse.org/mat/downloads.php

I want to analyse heap dumps but stuck at installation. Can someone help?

log messages when we install MAT

vikas mishra
  • 11
  • 1
  • 4

2 Answers2

2

Solution that worked for me: Move mat.app to ./Applications

Credits to : How to run Eclipse memory analyzer on Mac os?

1
  1. find MemoryAnalyzer.ini file
  2. add below data property in it. Note that this must be added before the vm parameters, if any. -data /Users/*/logs/mat
  3. Reference: how to change the Memory Analyzer workspace directory
Mike L
  • 11
  • 1