I installed eclipse memory analyzer (mat) and followed the tutorial from the official site but the .hprof file open in a standard text editor and not in mat as I expected.

I'm probably missing something basic, but I could not find how to explicitly start the program. or how to configure .hprof files to open in map

link|improve this question

43% accept rate
feedback

1 Answer

up vote 2 down vote accepted

You should open Memory Analysis perspective first and then from

File ---> Open Heap Dump 

you can open your .hprof file with mat.

link|improve this answer
I don't have this kind of perspective or view. I checked in "open perspective" and "show view" I'm using indigo and installed both mat and mat (charts) – Nir Dec 11 '11 at 19:42
It is a perspective, if you don't have it, means that you have to install the mat plugin ... – aleroot Dec 11 '11 at 19:45
Thanks!, I reinstalled the plug-in and now this perspective is available – Nir Dec 11 '11 at 20:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.