Why doesn't appletviewer appletclass.class work?
Created May 4, 2012
John Zukowski Applets are loaded with an HTML file. You need to specify an <APPLET> tag in the .html file to load the APPLET. See What is the syntax of the <APPLET> tag? for the appropriate syntax.