system("zcat....> file1 &"); my $pid = fork(); waitpid($pid,0); system("java file1 &");