Browse > Home /

| Subcribe via RSS

Download Eclipse Galileo

July 2nd, 2009 | No Comments | Posted in Java, Tools

There are two main ways to get Galileo. The first — and recommended — way is to just grab a package relevant to you. The other way to get Galileo is to use an update site.

Download the package here

Download the Eclipse V3.5 SDK here and use the update site.

galileo

  • Share/Bookmark
Tags: ,

Eclipse Galileo Rc1

May 27th, 2009 | No Comments | Posted in Java, Tools

eclipse_pos_logo_fc_med

Release candidate packages for the new version of our favorite IDE are available for download

Download here

  • Share/Bookmark
Tags: ,

The Eclipse Memory Analyzer

January 8th, 2009 | No Comments | Posted in Java

The Eclipse Memory Analyzer is a fast and feature-rich Java heap analyzer that helps you find memory leaks and reduce memory consumption.

The Memory Analyzer was developed to analyze productive heap dumps with hundreds of millions of objects. Once the heap dump is parsed, you can re-open it instantly, immediately get the retained size of single objects and quickly approximate the retained size of a set of objects. The reference chain to the Garbage Collection Roots then details why the object is not garbage collected.

Using these features, a report automatically extracts leak suspects. It includes details about the objects accumulated, the path to the GC Roots, plus general information like system properties.

Some screenshots:

1. Overview

Overview Screenshot

2. Histogram

Histogram Screenshot

3. Dominator tree

Dominator Tree Screenshot

4. Path to GC Roots

Path to GC Roots Screenshot

5. Dominator Tree Grouped by Class Loader

Dominator Tree Grouped by Class Loader Screenshot

Product home

  • Share/Bookmark
Tags: ,