Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In the image below, it says JAVA_HOME is set to an invalid directory. However, that is where my Java folder is located.. in C:\Program Files\Java... I don't think it is case sensitive, right? What would you deduce is wrong with running mvn?

Thanks for any thoughts and ideas. :)

enter image description here

share|improve this question

1 Answer

up vote 2 down vote accepted

Most likely java is not installed in C:\Program Files\Java but in C:\Program Files\Java\jdk1.6.0_25 or a similar subfolder.

share|improve this answer
Awesome possum. – O_O May 17 '11 at 18:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.