Could not find or load the main class com.google.appengine.tools.development.DevAppServerMain

When I try to debug a java google app engine application in eclipse, it does not start and does not throw the following exception. Could not find or load the main class com.google.appengine.tools.development.DevAppServerMain

But it starts when I run / debug as a maven build, but that doesn't concern the debug points ...

Can someone tell me how to debug a Google app?

Thank you in advance

+5
source share
1 answer

In my case, I delete the .metadata / .log folder.

0
source

All Articles