stubJar, stubObject, cmdGcj, new File(stubsDir, "tmp"), libgcjDotJar, classesInObject);
} else
{
throw new Exception("Can't be here?!");
}
stubCreator.create();
// compile again, has to work with the created stub
commandExecutor = new CommandExecutor(cmd.toArray(new String[0]), stubsDir);
commandExecutor.execute();
if(commandExecutor.getOutput().length != 0 || commandExecutor.getError().length != 0)