Penguin
Diff: appletviewer(1)
EditPageHistoryDiffInfoLikePages

Differences between version 5 and previous revision of appletviewer(1).

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Tuesday, February 4, 2003 6:08:39 pm by JaredWigmore Revert
Older page: version 4 Last edited on Tuesday, January 28, 2003 2:57:54 pm by PerryLorier Revert
@@ -1,19 +1,19 @@
 !!!NAME 
-;:appletviewer - Java applet viewer 
+;:appletviewer - [ Java] applet viewer 
  
  
 !!!SYNOPSIS 
-;:appletviewer [[ -debug ] [[ -encoding ''encoding_name'' ] [[ -J ''javaoption'' ] ''urls '' ... 
+;:appletviewer [[ -debug ] [[ -encoding ''encoding_name'' ] [[ -J ''javaoption'' ] ''[url|URL]s '' ... 
  
 !!!DESCRIPTION 
 ;:The appletviewer command runs Java applets outside of the context of a World Wide Web browser. 
  
 ;:The appletviewer command connects to the document(s) or resource(s) designated by urls and displays each applet referenced by that document in its own window. Please note that if the documents referred to by urls do not reference any applets with the OBJECT, EMBED, or APPLET tag, appletviewer does nothing. 
  
 ;appletviewer Tags: The appletviewer makes it possible to run a Java applet without using a browser. appletviewer ignores any [HTML] that is not immediately relevant to launching an applet. However, it recognizes a wide variety of applet-launching syntax. The [HTML] code that appletviewer recognizes is shown below. All other [HTML] code is ignored. 
  
-;object:The object tag is the HTML 4.0 tag for embedding applets and multi-media objects into an HTML page. It is also an Internet Explorer 4.x extension to HTML 3.2 which allows IE to run a Java applet using the latest Java plugin from Sun. 
+;object:The object tag is the HTML 4.0 tag for embedding applets and multi-media objects into an [ HTML] page. It is also an Internet Explorer 4.x extension to HTML 3.2 which allows IE to run a Java applet using the latest Java plugin from Sun. 
  <object 
  width="pixelWidth" 
  height="pixelHeight" 
 
@@ -82,9 +82,9 @@
 * appletviewer ignores the "src" attribute that is usually part of an <embed> tag. 
  
 * Either code or object is specified, not both. 
  
-* The optional codebase attribute supplies a relative URL that specifies the location of the applet class. 
+* The optional codebase attribute supplies a relative [ URL] that specifies the location of the applet class. 
  
 * The type attribute is not used by appletviewer, but should be present so that browsers load the plugin properly. For an applet, the value should be something like: 
  <type="application/x-java-applet;version=1.1">... 
  
@@ -146,10 +146,10 @@
  
 ;-J ''javaoption'': Passes the string javaoption through as a single argument to java(1) which runs the compiler. The argument should not contain spaces. Multiple argument words must all begin with the prefix -J, which is stripped. This is useful for adjusting the execution environment or compiler memory usage. 
  
 !!!SEE ALSO 
-For more information, see http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide/ or search http://www.java.sun.com/ for "Java PlugIn HTML Specification"  
- 
+For more information, see http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide/ or search http://www.java.sun.com/ for "Java PlugIn [ HTML] Specification"  
+%%%java(1) - runs a class file, instead of an [HTML] file with an applet  
 !User Submitted Notes 
  
 (To get a [[bracketed non-link], you have to use two brackets. Inspect this source.) 
 >>>>>>> Other version 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.