appletviewer.1 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. '\" t
  2. .\" Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved.
  3. .\" Arch: generic
  4. .\" Software: JDK 8
  5. .\" Date: 21 November 2013
  6. .\" SectDesc: Basic Tools
  7. .\" Title: appletviewer.1
  8. .\"
  9. .if n .pl 99999
  10. .TH appletviewer 1 "21 November 2013" "JDK 8" "Basic Tools"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH NAME
  31. appletviewer \- Runs applets outside of a web browser\&.
  32. .SH SYNOPSIS
  33. .sp
  34. .nf
  35. \fBappletviewer\fR [\fIoptions\fR] \fIurl\fR\&.\&.\&.
  36. .fi
  37. .sp
  38. .TP
  39. \fIoptions\fR
  40. The command-line options separated by spaces\&. See Options\&.
  41. .TP
  42. \fIurl\fR
  43. The location of the documents or resources to be displayed\&. You can specify multiple URLs separated by spaces\&.
  44. .SH DESCRIPTION
  45. The \f3appletviewer\fR command connects to the documents or resources designated by \fIurls\fR and displays each applet referenced by the documents in its own window\&. If the documents referred to by urls do not reference any applets with the \f3OBJECT\fR, \f3EMBED\fR, or \f3APPLET\fR tag, then the \f3appletviewer\fR command does nothing\&. For details about the HTML tags that the \f3appletviewer\fR command supports, see AppletViewer Tags at http://docs\&.oracle\&.com/javase/8/docs/technotes/tools/appletviewertags\&.html
  46. .PP
  47. The \f3appletviewer\fR command requires encoded URLs according to the escaping mechanism defined in RFC2396\&. Only encoded URLs are supported\&. However, file names must be unencoded, as specified in RFC2396\&.
  48. .PP
  49. \fINote:\fR The \f3appletviewer\fR command is intended for development purposes only\&. For more information, see About Sample/Test Applications and Code at http://docs\&.oracle\&.com/javase/8/docs/technotes/samples/aboutCodeSamples\&.html
  50. .SH OPTIONS
  51. .TP
  52. -debug
  53. .br
  54. Starts the Applet Viewer in the Java debugger with the \f3jdb\fR command to debug the applets in the document\&.
  55. .TP
  56. -encoding \fIencoding-name\fR
  57. .br
  58. Specifies the input HTML file encoding name\&.
  59. .TP
  60. -J\fIjavaoption\fR
  61. .br
  62. Passes the string \f3javaoption\fR as a single argument to the Java interpreter, which runs the Applet Viewer\&. The argument should not contain spaces\&. Multiple argument words must all begin with the prefix \f3-J\fR\&. This is useful for adjusting the compiler\&'s execution environment or memory usage\&.
  63. .PP
  64. .RE
  65. .br
  66. 'pl 8.5i
  67. 'bp