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/weblogAlternatively, 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, use the Java interpreter directly to execute the HotJava browser. Standard output will appear in the window where you invoke the interpreter. To do this, enter the following command:
java browser.hotjava
Testing an Applet