Am Donnerstag, 27. Januar 2005 19:33 schrieb Robert Lougher: > On Thu, 27 Jan 2005 19:21:34 +0100, Dalibor Topic <[EMAIL PROTECTED]> wrote: > > Michael Koch wrote: > > > MainThread is supposed to be used by the VMs. > > > > Ok, but ... what is it supposed to be used for? :) > > > > The hacking guide doesn't mention it, so I'm curious what it is > > made for. > > Well, it basically finds the command-line class and main method, > and invokes it using reflection. I didn't use it because it's only > a couple of lines of C in the VM anyway (it'll take as much to > invoke <init> on MainThread).
but you need to handle -jar yourself now. the plan is to handle this in MainThread too. Its not done yet, I know. Michael -- Homepage: http://www.worldforge.org/ _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

