Theappletviewer command allows you to run appletsoutside of a web browser.
appletviewer[options]urls...
Theappletviewer command connects to the documents orresources designated byurls and displays each appletreferenced by the documents in its own window. Note: if thedocuments referred to byurls do not reference any appletswith theOBJECT,EMBED, orAPPLET tag, thenappletviewer does nothing. For details on the HTML tags thatappletviewer supports, seeAppletViewer Tags.
Note: Theappletviewer is intended for developmentpurposes only. SeeAbout Sample / Test Applications and Code for more information.
Note: Theappletviewer requires encoded URLsaccording to the escaping mechanism defined in RFC2396. Onlyencoded URLs are supported. However, file names must be unencoded,as specified in RFC2396.