This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have an applet running from an html file in tomcat. I use eclipse+tomcat and have the applet's class in webcontent folder of eclipse's project workspace.
My question is, where are the system.out.println() statement's outputs from applet gets printed out ? how do i see the o/p messages ?
i put some SOP statements in applet's init method. Applet gets initiated but I want to see the SOP statements getting displayed and producing outputs. Where in eclipse can I see those outputs ? Please help
Also, my applet needs an argument while running. Like it needs a -D parameter value. I can set it if I use appletviewer to run the applet. Now if I run the applet from html and using tomcat, how do I set the run time argument. This is a question off the topic. Dont know whether it requires a different post.