Is my Java 32 or 64 bit?
Category:
technology and computing
programming languages
Go to the command prompt. Type "java -version" and press enter. If you are running Java 64-bit the output should include "64-Bit"
Hereof, how do I know if Eclipse is 32 or 64 bit?
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.
Correspondingly, do I need both 32 and 64 bit Java?
Yes, it is absolutely no problem. You could even have multiple versions of both 32bit and 64bit Java installed at the same time on the same machine. In fact, i have such a setup myself. You can install multiple Java runtimes under Windows (including Windows 7) as long as each is in their own directory.
You can install 32bit Eclipse on 64bit Windows without an issue. The Windows OS has facilities to deal with 32bit processes. Yes. You'll need to install the 32 bit version of the JDK and set the JAVA_HOME environment variable to point to it.