java console

Hi,how do I make a java console application?can someone point me in the right direction.thanks
[122 byte] By [Arrowx7a] at [2007-11-27 4:20:04]
# 1
What makes an application a "console" app is that it takes input through the console using System.in, and gives output to the console through System.out or System.err.
hunter9000a at 2007-7-12 9:27:02 > top of Java-index,Java Essentials,New To Java...
# 2
And I guess there's what it isn't: it's not an applet or designed like a servlet to run on the server; and it doesn't launch a GUI: Swing, AWT, etc...Message was edited by: Hippolyte
Hippolytea at 2007-7-12 9:27:02 > top of Java-index,Java Essentials,New To Java...
# 3
just what I needed, thanks guys.
Arrowx7a at 2007-7-12 9:27:02 > top of Java-index,Java Essentials,New To Java...