Eclipse help

So I installed Eclipse on my computer but when I try to start the program, it ways:

A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations:
D:\Eclipse\jre\bin\javaw.exe in your current PATH

I downloaded java to that location but still not working
Comments
16
A program shouldn't way
that didn't do a thing :p
Parent
open command, type "javac -version" or "java -version" and see what happens

if it gives you an error, reboot and try again
Parent
-install java
-add the path to the bin folder to your PATH variable
-????
-profit
after doing that I get an error: "Failed to load the JNI shared library "D:\Program Files\Java\jdk1.6.0_23\bin\...\client\jvm.dll""
Parent
ok problem was that my JDK wasnt 64bit :)
Parent
I use portable version, no problems at all :D
say goodbye to your RAM
talking about JAVA and memory usage? :p
Parent
yep.. And especially eclipse :S
Parent
ocz eclipse gaming mouse ?
Had same problem. Installed everything and it still did the same. The problem was something about 64bit... or something like that. You need 32bit both JRE JDK. Even if it say that it supports everythin etc.. it was aa complicated. Dont remember. But try to download right versions. I try to find out how it went :D
Back to top