I just installed the Java Plug-in within my browser, and now, System.out.println is no longer sending messages to my browsers Java console. Why?
Location: http://www.jguru.com/faq/view.jsp?EID=1027 Created: Nov 15, 1999 Modified: 2000-09-13 13:27:10.037 Author: Govind Seshadri (http://www.jguru.com/guru/viewbio.jsp?EID=14) There are no messages being sent to the Java console of your browser because the applet is not being executed within your browser’s JVM. Start the Java Plug-in ControlPanel manually, and enable the “Show Java Console” checkbox. Now, you should be able to see your messages when the applet executes within the Plug-in’s jre.