Testing an Applet
Standard output for HotJava is redirected to the file ~/.hotjava/weblog. You can continuously view this file using the following command:
tail -f ~/.hotjava/weblog
Alternatively, you can use the Java interpreter directly
to execute the HotJava browser
(instead of going through the hotjava shell script).
Standard output will appear in the window
where you invoke the interpreter.
To do this, enter the following command:
java browser.hotjava
To continuously view standard output, restart hotjava with the "-nolog" switch. Standard output will appear in the window where you invoke the interpreter. To do this, enter the following command:
hotjava -nolog
Testing an Applet