Eclipse cannot find JVM.dll

eclipse, java

Solution

You are using eclipse 64 bit version and your jdk is 32 bit. Try installing 64 bit jdk or using 32 bit eclipse

Problem

When I attempt to install eclipse, I recieve an error stating that "Eclipse cannot find `jvm.dll`, as it is not located in my `/bin` folder. I cannot seem to locate this file on my machine nor is it located in the `/bin` folder. Would I have to download this file and place it in my `/bin` folder?

Original source