I have followed the steps specified on URL https://cloud.google.com/appengine/docs/standard/java/runtime-java8 for changing from java 7 to java 8 for standard AppEngine. I am getting following error while executing command 'mvn appengine:update'
when i have .jsp file in the webapp folder. Even with empty jsp file i am seeing the below error.
Error log:
Beginning interaction for module lucas... 0% Created staging directory at: 'C:\Users\PRAVEE~1.KUM\AppData\Local\Temp\appcfg7979878527176764844.tmp' 5% Scanning for jsp files. 8% Compiling jsp files.
java.io.IOException: Cannot run program "D:\jdk8\jre\bin\java.exe": CreateProcess error=206, The filename or extension is too long Unable to update app: Cannot run program "D:\jdk8\jre\bin\java.exe": CreateProcess error=206, The filename or extension is too long Please see the logs [C:\Users\PRAVEE~1.KUM\AppData\Local\Temp\appcfg1814539918913564706.log] for further information.