1 public class Console {
2 public static native int getch ();
3 static {
4 System.loadLibrary ("Console");
5 }
6 }