ThreadGroup problem

e. lambrecht eml at enws786.eas.asu.edu
Tue Apr 21 12:46:36 PDT 1998


When the following code is run, I consistently get an
ArrayIndexOutOfBoundsException:

public class Test {

	public static void main(String[] args) {
		ThreadGroup group = new ThreadGroup("foobar");
	}

}

Eric...



More information about the kaffe mailing list