About using 'AppletViewer'

Dear all,Is it OK to directly call a compiled class by such command - 'appletviewer c:classname.class'.Thks & Rgds,Edward
[163 byte] By [WMEChan] at [2007-9-30 16:04:46]
# 1
No.% appletviewerSyntax : appletviewer <options> url(s)A class is not a URL.--Alexis
am74686 at 2007-7-5 23:35:04 > top of Java-index,Administration Tools,Sun Connection...
# 2
An idea could be to create a "file:"-based URL form the class file.
BIJ001 at 2007-7-5 23:35:04 > top of Java-index,Administration Tools,Sun Connection...
# 3
Yes, the URL can be a file that contains the <APPLET> tag.You can refer to it using the file:/// URL format.-Alexis
am74686 at 2007-7-5 23:35:04 > top of Java-index,Administration Tools,Sun Connection...