How to programmatically call the static main of class

Is it possible at all?
[29 byte] By [Mordan] at [2007-9-30 17:32:59]
# 1
> Is it possible at all?Of course. But should you? Maybe not.SomeClass.main(arguments);
warnerja at 2007-7-6 13:56:11 > top of Java-index,Java Essentials,Java Programming...