How to find out if an installed Eclipse is 32 or 64 bit version?

前端 未结 5 1725
终归单人心
终归单人心 2020-12-02 06:14

How can I find out if a specific Eclipse instance on my (Windows 7) PC is the 32-bit or 64-bit version?

I\'ve checked the About screen and the maze of dialogs one ca

5条回答
  •  隐瞒了意图╮
    2020-12-02 06:41

    Help -> About Eclipse -> Installation Details -> tab Configuration

    Look for -arch, and below it you'll see either x86_64 (meaning 64bit) or x86 (meaning 32bit).

提交回复
热议问题