What are the prerequisites for Eclipse 64 bit?
Do I have to download eclipse 64 bit for jdk 1.6 64 bit or 32 bit jdk will suffice to work with 64 bit DLLs? I have configured 32 bit Eclipse to have 64 bit JDK. But when I run my test suite then I’m getting java.lang.OutOfMemory error
What are the prerequisites for Eclipse 64 bit? Do I have to download eclipse
Share
When I installed Eclipse 64-bit, I had to install 64-bit JDK. I’m not 100% sure if it is an absolute requirement, but it seems to be the best way.
Plus the 32-bit and 64-bit versions of Java can coexist on the machine.