Print from applet

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?
[157 byte] By [pausana] at [2007-10-2 3:08:07]
# 1

> 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).

warnerjaa at 2007-7-15 21:34:53 > top of Java-index,Java Essentials,Java Programming...
# 2
Oh yes. Thanks!
pausana at 2007-7-15 21:34:53 > top of Java-index,Java Essentials,Java Programming...