Eclipse: Get location of the current file?

后端 未结 6 1807
情深已故
情深已故 2021-02-03 20:44

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.

6条回答
  •  一整个雨季
    2021-02-03 21:12

    Use the Eclipse menu:

    File->Properties

    or the shortcut:

    Alt-Enter

    You should be able to see the Location associated with the Resource

提交回复
热议问题