try
{
StubCreator stubCreator;
if(i == 0)
{
stubCreator = new MinimalStubCreator(missingClasses, stubJar,
stubObject, cmdGcj, new File(stubsDir, "tmp"), libgcjDotJar, classesInObject);
} else if(i == 1)
{
stubCreator = new MinimalWithInheritanceStubCreator(missingClasses,
stubJar, stubObject, cmdGcj, new File(stubsDir, "tmp"), libgcjDotJar, classesInObject);