This is a small Java 1.5 application that can find duplicate files on your hard drive. If you're worried about unnecessary files being stored on your hard drive, this program can find those files that are identical. It works by first comparing file sizes, and for those files that are equal in size it calculates a checksum from the data in the files to see if they match. It is distributed in a runnable JAR file, so in Windows, double-click should do the trick.
Acknowledgements: This application uses FileDrop to handle drag and drop with files, and swing-layout for laying out components.
This program is released under the GPL.
Latest version: FindDuplicates 0.81 (changelog)
This application goes through your files, starting at a specified root folder, and calculates the weights of the subtrees based on the amount disk space that they occupy.
[screenshot]
Requirements: Java SE (minimum 1.5)
Acknowledgements: This application uses FileDrop to handle drag and drop with files, and swing-layout for laying out components.
License: GPL
Latest version: DiskUsageAnalyzer 1.00 (changelog)