...
It then invokes the main() method of the named class which in this instance is org.mortbay.start.Main, which in turn parses the start.config file and invokes the main() method of the class named therein. It's a little clearer when we look an an #example, but first let's check out the syntax of start.config.
...