Xeno Campanoli wrote:
>I put in some prints, and the ones in the java don't come out on the page.
>I list my applet tag, my _javascript_ call, and my most recent java code
>below, and the only traces I get back are those at the _javascript_ level:
The output from System.out.println() in an applet does not appear as HTML
page contents. You have to look for System.out output on the Java console
or possibly on the system console.
The Java console is controlled by this app for Java 1.4:
/Applications/Utilities/Java/Java 1.4.2 Plugin Settings.app
The General tab has a "Use Java console" checkbox.
For Java 1.5, it's this app:
/Applications/Utilities/Java/J2SE 5.0/Java Preferences.app
It's Advanced tab has a "Java console" expandible list item.
The system console is this app:
/Applications/Utilities/Console.app
You should view the console log.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden