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?
|
feedback
|
|
Remove the period and semicolon from the beginning, like this: | |||
|
feedback
|
|
You have to set the jre inside the eclipse. Go to Window -> Preferences Java -> installed JREs | |||
feedback
|
|
Create JAVA_HOME environment variable points to your JDK directory, don't put it into PATH variable. | |||||
feedback
|