I have a console program written in Java that should respond to single key presses, but the user does not press enter.
I\'m making pong.. so need the up and down key
I think you can't without native code and JNI. Take a look at Java Curses library: http://sourceforge.net/projects/javacurses/