[RESOLVED] breaking out the cmd

when i run my java server application in cmd, by doing

javac Server.java (compile)
java Server (run it)

it basically listens for incoming connections from clients, etc etc..

my question is, how do I break out of the loop, so i dont have to keep closing the cmd screen and opening a new one?
[321 byte] By [pouncer] at [2007-11-20 11:24:26]