There are command lines for it. See http://code.google.com/appengine/docs/java/tools/devserver.html
If you're using Eclipse, there's the Google Plugin which allows starting and managing server from Eclipse. If you need an emulation for JUnit testing, using only the services you need on the fly, look into http://code.google.com/appengine/docs/java/tools/localunittesting.html Regards Lorenzo On Aug 1, 9:52 am, Grant <[email protected]> wrote: > Hi > > I would appreciate it if someone could point me to some online docs or > examples of starting the development environment programatically with > Java. > > Trying to write a plugin that will do this, but I keep running into > problems with it. > > Tried this from various angles including custom classloaders with > little success. > > Thanks > > Grant -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
