Skip to main content



      Home
Home » Archived » Memory Analyzer (MAT) » How to setup MAT in Eclipse SDK(How to setup MAT in Eclipse SDK)
How to setup MAT in Eclipse SDK [message #506039] Tue, 05 January 2010 15:12 Go to next message
Eclipse UserFriend
Hi All,

I am new to eclipse, using Eclipse SDK for java.

And also used for debugging my stand alone java application.

My Question is how to setup MAT in eclipse and analyze my project.

Any Help.

Re: How to setup MAT in Eclipse SDK [message #506106 is a reply to message #506039] Wed, 06 January 2010 03:14 Go to previous messageGo to next message
Eclipse UserFriend
Hi Jamal,

to analyze your standalone application, you first need a heap dump which was taken while your application is running. The Memory Analyzer does not analyze source code or anything, but an image of the object in memory at runtime.

Read here how to get an heap dump:
http://wiki.eclipse.org/MemoryAnalyzer#Getting_a_Heap_Dump

Once you have that dump, you can either use the standalone version of the MAT (just open the dump and go):
http://www.eclipse.org/mat/downloads.php

Or alternatively install MAT into your Eclipse using the update manager (it's on the Galileo update site).

Andreas.
Re: How to setup MAT in Eclipse SDK [message #506188 is a reply to message #506106] Wed, 06 January 2010 03:53 Go to previous message
Eclipse UserFriend
Thanks Andreas. let me give a try.
Previous Topic:Retained heap in histogram view
Next Topic:Request For Alternate View Of LinkedList
Goto Forum:
  


Current Time: Sun Apr 20 15:54:49 EDT 2025

Powered by FUDForum. Page generated in 0.02934 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top