blob: a8ca2518899db8dfd0d665795fd9f2897a19132c [file] [log] [blame]
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
#*****************************************************************************
# Memory Analyzer Download Page
#****************************************************************************
$pageTitle = "Eclipse Memory Analyzer Open Source Project";
$pageKeywords = "Memory Analyzer Download";
$pageAuthor = "Andreas Buchen";
$html = <<<EOHTML
<div id="midcolumn">
<p>The <strong>stand-alone</strong> Memory Analyzer is based on Eclipse RCP. It is useful if you do not want to install
a full-fledged IDE on the system you are running the heap analysis.</p>
<p>To install the Memory Analyzer <strong>into an Eclipse IDE</strong> use the update site URL provided below.
The <em>Memory Analyzer (Chart)</em> feature is optional. The chart feature requires the
<a href="/birt">BIRT Chart Engine</a> (Version 2.3.0 or greater).</p>
<p>The minimum Java version required to run Memory Analyzer is 1.8</p>
<div class="homeitem3col">
<h3><a name="1_8_0"></a>Memory Analyzer 1.8.0 Release</h3>
<ul>
<li>
<b>Version</b>: 1.8.0.20180604 | <b>Date</b>: 27 June 2018 | <b>Type</b>: Released
<ul>
<li>
<b>Update Site</b>: <a href="http://download.eclipse.org/mat/1.8/update-site/">http://download.eclipse.org/mat/1.8/update-site/</a>
</li>
<li>
<b>Archived Update Site</b>: <a href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/MemoryAnalyzer-1.8.0.201806041349.zip">MemoryAnalyzer-1.7.0.201706130745.zip</a>
</li>
<li>
<b>Stand-alone Eclipse RCP Applications</b><br/>
<a title="Windows RCP" href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-win32.win32.x86.zip"><img src="/mat/home/icon-save.gif" alt=""/></a>
&nbsp;&nbsp;<a href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-win32.win32.x86.zip">Windows (x86)</a><br/>
<a title="Windows (x86_64) RCP" href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-win32.win32.x86_64.zip"><img src="/mat/home/icon-save.gif" alt=""/></a>
&nbsp;&nbsp;<a href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-win32.win32.x86_64.zip">Windows (x86_64)</a><br/>
<a title="Mac OSX (Mac/Cocoa/x86_64) RCP" href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-macosx.cocoa.x86_64.zip"><img src="/mat/home/icon-save.gif" alt=""/></a>
&nbsp;&nbsp;<a href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-macosx.cocoa.x86_64.zip">Mac OSX (Mac/Cocoa/x86_64)</a><br/>
<a title="Linux (x86/GTK+) RCP" href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-linux.gtk.x86.zip"><img src="/mat/home/icon-save.gif" alt=""/></a>
&nbsp;&nbsp;<a href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-linux.gtk.x86.zip">Linux (x86/GTK+)</a><br/>
<a title="Linux (x86_64/GTK+) RCP" href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-linux.gtk.x86_64.zip"><img src="/mat/home/icon-save.gif" alt=""/></a>
&nbsp;&nbsp;<a href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-linux.gtk.x86_64.zip">Linux (x86_64/GTK+)</a><br/>
<a title="Linux (PPC64/GTK+) RCP" href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-linux.gtk.ppc64.zip"><img src="/mat/home/icon-save.gif" alt=""/></a>
&nbsp;&nbsp;<a href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-linux.gtk.ppc64.zip">Linux (PPC64/GTK+)</a><br/>
<a title="Linux (PPC64le/GTK+) RCP" href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-linux.gtk.ppc64le.zip"><img src="/mat/home/icon-save.gif" alt=""/></a>
&nbsp;&nbsp;<a href="http://www.eclipse.org/downloads/download.php?file=/mat/1.8/rcp/MemoryAnalyzer-1.8.0.20180604-linux.gtk.ppc64le.zip">Linux (PPC64le/GTK+)</a><br/>
</li>
</ul>
</li>
</ul>
</div>
<div class="homeitem3col">
<h3><a name="otherReleases"></a>Other Releases</h3>
<ul>
<li>
<a href="previousReleases.php">Previous Releases</a>
</li>
<li>
<a href="snapshotBuilds.php">Snapshot Builds</a>
</li>
</ul>
</div>
</div>
<div id="rightcolumn">
$sidebar
</div>
EOHTML;
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>