Freeze the JVIEW window in MS VJ++ (this howto is deprecated)Tag(s): DEPRECATED
In your source, add the following line at the end :
java.io.DataInputStream in = new java.io.DataInputStream(System.in); String aLine = in.readLine();
Or simply execute JVIEW directly in a DOS window with
jview <classname>