Google App Engine ClassNotFoundException
Answered
I have a Spring Boot Google App Engine project that runs fine using mvn springboot:run but when I run it using mvn appengine:devserver, I get the following error:
java.lang.ClassNotFoundException: com.google.appengine.tools.util.Action
The same problem happens when I run it using my AppEngine Run/Debug configuration vs. my Spring Boot Run/Debug configuration.
I am using Google App Engine 1.9.42.
- Joe
Please sign in to leave a comment.
http://stackoverflow.com/ might be a better place for this question since it's not specific to IntelliJ IDEA product (as running from Maven has the same problem).