added System.exit so that vm instances gets nuked in webstart

This commit is contained in:
Brian Matzon 2005-05-22 12:12:10 +00:00
parent 4ad9b565d5
commit 4a85362ccb
38 changed files with 62 additions and 22 deletions

View file

@ -220,5 +220,6 @@ public class OpenALCreationTest {
public static void main(String[] args) {
OpenALCreationTest oalCreationTest = new OpenALCreationTest();
oalCreationTest.execute(args);
System.exit(0);
}
}