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
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).
-arch
x86_64
x86