> Hi, I would like to debug my Java applet by printing
> to the command prompt console. The usual
> System.out.println doesn't seem to work. What can I
> do?
System.out.println should be fine. The output should be seen in the "Sun Java Console" that you can access from the browser under the "Tool" menu (depending on what browser you are using).