If I\'ve got a file open in Eclipse, how can I figure out where it is on the filesystem?
For example, in Vim I would use :pwd
.
The other solution ("File-->Properties" or "Alt+Enter") didn't work for me.
I use:
This shows in Project Explorer the location of the file. If the file is a class in a referenced library, the dependency tree is automatically opened.