Where can I find out if I have the 32-bit or 64-bit version of Eclipse?

3

2

Where can I find out if I have the 32-bit or 64-bit version of Eclipse?

rluks

Posted 2013-04-30T10:51:05.177

Reputation: 399

2You can just look at the task manager. If there is a *32 next to the process its a 32-bit process. – Ramhound – 2013-04-30T11:49:08.673

Answers

5

In Eclipse, go to

Help -> About Eclipse -> Installation Details

Click on 'Configuration' tab:

Scroll down and look for osgi.arch in in textbox, 'x86' indicates 32 bit and 'x86_64' indicates 64 bit eclipse.

Abhijeet Pathak

Posted 2013-04-30T10:51:05.177

Reputation: 176