Weird error while deploying app to Google App Engine
I'm getting error
Failed to initialize App Engine SDK at /home/xxx/workspace/myApp/war/WEB-INF/lib/appengine-开发者_运维知识库api-1.0-sdk-1.5.2.jar
Unable to find /home/xxx/workspace/myApp/war/WEB-INF/lib/appengine-api-1.0-sdk-1.5.2.jar/lib/shared
While deploying app to App Engine from eclipse.
I have the jar appengine-api-1.0-sdk-1.5.2.jar in classpath.
EDIT :: This project was initially j2ee application
Though it will difficult to reproduce your problem without ur code but here is something that u might want to have a look. Refer Initialization Failed
精彩评论