In the Eclipse console, I’m getting an error that JAVA HOME is not set.
I went ahead and set it to .;C:\Program Files\Java\jre1.6.0_02\ in system variables
Then I restarted eclipse, but I keep getting the same error.
What am I doing wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Remove the period and semicolon from the beginning, like this:
C:\Program Files\Java\jre1.6.0_02\This is just one specific directory, not a semicolon-separated list like the system PATH variable.
Also, make sure the environment variable you create is called JAVA_HOME with an underscore between JAVA and HOME. You seem to have JAVA HOME with a space between them.