Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 20:12 Go to next message
Jamal  is currently offline Jamal Friend
Messages: 2
Registered: January 2010
Junior Member
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 08:14 Go to previous messageGo to next message
Andreas Buchen is currently offline Andreas BuchenFriend
Messages: 123
Registered: July 2009
Senior Member
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 08:53 Go to previous message
Jamal  is currently offline Jamal Friend
Messages: 2
Registered: January 2010
Junior Member
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: Thu May 09 15:48:52 GMT 2024

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

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

Back to the top