Java Applet Development - applet and exceptions
Hi all,
when I code some stand alone application, I can see all exception and other text outputs in console. Hovewer I need the same thing in applet too. I do not know how to see what exception was occured or my assistant text outputs. Is there some way how to solve that?
I have tried to use applet viewer, but there is a little problem. My applet is signed, so there are less restrictions like in unsigned applet and when I run it in applet viewer, there is no dialog to trust the applet so there are a lot of exceptions, which stop an applet.
So I need some way how to view applet output. I am new in java applets.
Thank for all usefull replies.

