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

前端 未结 5 1719
终归单人心
终归单人心 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:35

    In Linux, run file on the Eclipse executable, like this:

    $ file /usr/bin/eclipse
    eclipse: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.4.0, not stripped
    

提交回复
热议问题