2
For the life of me, I can't install the JDK on Windows Vista. I keep getting the error, "This Software Has Already Been Installed on Your Computer. Would you like to reinstall it?" Problem is, it's evidently not on my computer, since I can't a) run Eclipse - I get "Could Not Find Java SE Runtime Environment" or b) Find any reference to Java from the command line when typing java -version - I get "Error opening registry key 'Registry/JavaSoft/Java Runtime Environment." Any ideas?
Did you remember to add it to your PATH? You need to edit the environment variable "PATH" and have it point to the folder containing "java", "javac", etc. – Michael Aaron Safyan – 2010-04-07T04:12:36.247
Just run command prompt and set path - SET PATH=%PATH%;<Java install directory>\bin\ – Tejaswi Yerukalapudi – 2010-04-07T04:28:15.583