How to compare a file in a project with one in the filesystem in eclipse?

compare, eclipse

Solution

Or use WinMerge as external programm - aslo not true way, but fast and simple.

Interesting article "Compare with" Dialog

Problem

I have an eclipse project containing a source file. Now I have a different version of that file somewhere in the filesystem (not inside an eclipse project). I can open the second file in eclipse, but I find no way to compare it to the first file. How can I compare these two files?

Original source