问题
I'm trying to migrate my Eclipse GAE project to use Maven and the Google App Engine Maven plugin instead.
Everything appears to be set up correctly, the tests all pass, however when I attempt to run the devserver I get the following output:
https://gist.github.com/sanity/5181682
You can see the source code, including my pom.xml file, here: https://github.com/sanity/LastCalc/tree/maven-conversion
Any guidance would be greatly appreciated.
回答1:
I think this is a Java version issue.The current plugin detects java executable by looking for ${JAVA_HOME}, where is your JAVA_HOME pointing to? See also the source:https://code.google.com/p/appengine-maven-plugin/source/browse/src/main/java/com/google/appengine/DevAppServerRunner.java
来源:https://stackoverflow.com/questions/15461729/google-app-engine-maven-plugin-unable-to-start-devserver