2

While trying to run local dev server

Error opening zip file or JAR manifest missing /../appengine-agent.jar

I am trying solution Error opening zip file or JAR manifest missing : C:\Program

But where and how should I alter the default -javaagent: ?

Community
  • 1
  • 1
Gufran Khurshid
  • 888
  • 2
  • 9
  • 28

2 Answers2

3

Add this to your appengine-web.xml:

<runtime>java8</runtime>
0

Inspired by http://www.itkeyword.com/doc/7711578960168911246/error-opening-zip-file-or-jar-manifest-missing-in-maven-with-gae-and-spring-roo

I tried deleting all the repositories I have downloaded and right clicked on the project and configured it to "clean compile". Then the folder was automatically downloaded.

Gufran Khurshid
  • 888
  • 2
  • 9
  • 28