My app needs to serve a servlet like this:
serve("_ah/admin/datastore*").with(DatastoreViewerServlet.class);
However, this DatastoreViewerServlet
is located in a runtime sdk located in my machine:
some_path/lib/shared/appengine-local-runtime-shared.jar
So how can I load this jar when I run my application. I am using maven, and when I run my application I just do mvn gwt:run