Who needs a Software Real Time Clock?

You don't say if you get output with other sketches.

Try adding a print statement in setup to see if you can get that output
Serial.println("Setup Complete");

If you see that but nothing else then your Arduino is detecting the message to set the time. Make sure both sides are using 9600 baud and that you have selected the correct com port in Processing