runMain() has been changed to private access in latest junit(),
breaking the 19 build. We should not have been using this class in
the first place. Replaced it with the implementation of runMain()
which uses run(classes).
Already pushed to master so that build could proceed, but please review
in case there are changes required.
Ade