Stable Build: 3.2M6
February 24, 2006. These downloads are provided under the Eclipse Foundation Software User Agreement.

New and Noteworthy

To view the build notes for this build click here.
To view the test results for this build click here.
To view the map file entries for this build click here.
Performance results now available
"; } echo "$line"; $servername = $_SERVER["SERVER_NAME"]; if (! preg_match("/.eclipse.org/i",$servername)) { echo "
To download a file via HTTP click on its corresponding http link below. To download a file via FTP click on its corresponding FTP link. If you have problems ftping a file directly try this link for ftp access to the entire build directory."; } else { echo "
"; } ?> You can also download builds via anonymous ftp at download.eclipse.org.

Click here for instructions on how to verify the integrity of your downloads.

Download"; echo "Size"; echo "File"; } else { echo "Download"; echo "Size"; } return; } function getDropSize($zipfile) { $filesize = "N/A"; $filesizebytes = filesize($zipfile); if($filesizebytes > 0) { $filesize = floor($filesizebytes / 1048576) . " MB"; } return($filesize); } function genLinks($servername,$buildlabel,$zipfile) { if (preg_match("/.eclipse.org/i",$servername)) { # $httplink = "http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/$buildlabel/$zipfile"; $httplink = "download.php?dropFile=$zipfile"; $httplabel = $zipfile; $httpline = "
$httplabel"; $ftplink = ""; $ftplabel = ""; $ftpline = ""; $md5name = ""; } else { $httplink = "download.php?dropFile=$zipfile"; $httplabel = "(http)"; $httpline = "
$httplabel"; $ftplink = "ftp://$servername/$buildlabel/$zipfile"; $ftplabel = "(ftp)"; $ftpline = "$ftplabel"; $md5name = $zipfile; } $filesize = getDropSize($zipfile); echo "$httpline"; echo "  "; echo "$ftpline"; echo "$filesize"; echo "$md5name (md5)"; } ?>
 
Platform Runtime Binary

These drops contain only the Eclipse Platform with user documentation and no source and no programmer documentation. The Java development tools and Plug-in Development Environment are NOT included. You can use these drops to help you package your tool plug-ins for redistribution when you don't want to ship the entire SDK.

Status
Platform
Windows (Supported Versions)
Linux (x86/GTK 2) (Supported Versions)
Linux (x86_64/GTK 2) (Supported Versions)
Linux (PPC/GTK 2) (Supported Versions)
Linux (x86/Motif) (Supported Versions)
Solaris 8 (SPARC/GTK 2)
Solaris 8 (SPARC/Motif)
AIX (PPC/Motif)
HP-UX (HP9000/Motif)
Mac OSX (Mac/Carbon) (Supported Versions)