I set the environment variable to setup JAVA_HOME.
Problem is, java is installed in c:\program files\blah\blah\
(notice the whitespace in the folder path).
so this works:
"%JAVA_HOME%\bin\java" -version
but w/o the quotes it doesn't.
I need to move the java folder to a directory like: c:\java\
Would moving it break anything?
I just un-installed and re-installed, and the darn thing didn't even ask me where I want to install it!