i am trying to run sonar runner, i have the bat file in my project directory and when i navigate to it via command promptt and try and run it i get an error message saying
ERROR: JAVA_HOME exists but does not point to a valid Java home folder. No "\bin\java.exe" file can be found there.
If i echo the path of Java_Home it is pointing too
$C:\Program Files (x86)\Java\jdk1.7.0_15\bin
Is this path correct or does it need to be changed?
Thanks