google app engine - Unable to update app: Failed to compile JSP Files -


i'm trying deploy app first time on app engine , i'm getting error saying "unable update app: failed compile jsp files". have ideas how can fix this. i've set eclipse point jdk1.6.0_17 in windows/preferences/java/installed jres. java_home set "c:\program files\java\jdk1.6.0_17". i've edited appcfg.cmd file in "appengine-java-sdk-1.4.2\bin" folder following:

@"%java_home%"\bin\java -cp "%~dp0\..\lib\appengine-tools-api.jar" com.google.appengine.tools.admin.appcfg %*

any ideas why happening?

thanks

you have both jre , jdk , eclipse uses jre when deploying problem. should use jdk. uninstall jre (using programs , features control panel). make sure path set jdk. if don't see add in path variable. should like: c:\program files\java\jdk\bin. adapt based on own config.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -