I seem to have an incorrectly specified JAVA_HOME variable. I can get around it for many things but now I am seem to be stuck. I am trying to use the Google App Engine and upload an application.
When I do so I get the error that the error:
cannot find javac executable based on java.home, tried "C:Program FilesJavajre6injavac.exe" and "C:Program FilesJavainjavac.exe"
I don t understand why it is looking there, doing echo %JAVA_HOME% gives me:
C:Program FilesJavajdk1.6.0_14
Which is where Java actually is. I am thinking my best hope might be to just put Java where it is looking for it - can you think of anything better.