javaws.1 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. '\" t
  2. .\" Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
  3. .\" Arch: generic
  4. .\" Software: JDK 8
  5. .\" Date: 21 November 2013
  6. .\" SectDesc: Java Web Start Tools
  7. .\" Title: javaws.1
  8. .\"
  9. .if n .pl 99999
  10. .TH javaws 1 "21 November 2013" "JDK 8" "Java Web Start 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. javaws \- Starts Java Web Start\&.
  32. .SH SYNOPSIS
  33. .sp
  34. .nf
  35. \fBjavaws\fR [ \fIrun\-options\fR ] \fIjnlp\fR
  36. .fi
  37. .nf
  38. \fBjavaws\fR [ \fIcontrol\-options\fR ]
  39. .fi
  40. .sp
  41. .TP
  42. \fIrun-options\fR
  43. Command-line \f3run-options\fR\&. The \f3run-options\fR can be in any order\&. See Run-Options\&.
  44. .TP
  45. \fIjnlp\fR
  46. Either the path of or the Uniform Resource Locator (URL) of the Java Network Launching Protocol (JNLP) file\&.
  47. .TP
  48. \fIcontrol-options\fR
  49. Command-line \f3control-options\fR\&. The \f3control-options\fR can be in any order\&. See Control-Options\&.
  50. .SH DESCRIPTION
  51. \fINote:\fR The \f3javaws\fR command is not available on Oracle Solaris\&.
  52. .PP
  53. The \f3javaws\fR command starts Java Web Start, which is the reference implementation of the JNLP\&. Java Web Start starts Java applications and applets hosted on a network\&.
  54. .PP
  55. If a JNLP file is specified, then the \f3javaws\fR command starts the Java application or applet specified in the JNLP file\&.
  56. .PP
  57. The \f3javaws\fR launcher has a set of options that are supported in the current release\&. However, the options may be removed in a future release\&.
  58. .SH RUN-OPTIONS
  59. .TP
  60. -offline
  61. .br
  62. Runs Java Web Start in offline mode\&.
  63. .TP
  64. -Xnosplash
  65. .br
  66. Does not display the initial splash screen\&.
  67. .TP
  68. -open \fIarguments\fR
  69. .br
  70. When specified, this option replaces the arguments in the JNLP file with \f3-open\fR\f3arguments\fR\&.
  71. .TP
  72. -print \fIarguments\fR
  73. .br
  74. When specified, this option replaces the arguments in the JNLP file with \f3-print\fR\f3arguments\fR\&.
  75. .TP
  76. -online
  77. .br
  78. Uses online mode\&. This is the default behavior\&.
  79. .TP
  80. -wait
  81. .br
  82. The \f3javaws\fR process does not exit until the application exits\&. This option does not function as described on Windows platforms\&.
  83. .TP
  84. -verbose
  85. .br
  86. Displays additional output\&.
  87. .TP
  88. -J\fIoption\fR
  89. .br
  90. Passes option to the Java Virtual Machine, where \f3option\fR is one of the options described on the reference page for the Java application launcher\&. For example, \f3-J-Xms48m\fR sets the startup memory to 48 MB\&. See java(1)\&.
  91. .TP
  92. -system
  93. .br
  94. Runs the application from the system cache only\&.
  95. .SH CONTROL-OPTIONS
  96. .TP
  97. -viewer
  98. .br
  99. Shows the cache viewer in the Java Control Panel\&.
  100. .TP
  101. -clearcache
  102. .br
  103. Removes all non-installed applications from the cache\&.
  104. .TP
  105. -userConfig \fIproperty-name\fR
  106. .br
  107. Clears the specified deployment property\&.
  108. .TP
  109. -userConfig \fIproperty-name property-value\fR
  110. .br
  111. Sets the specified deployment property to the specified value\&.
  112. .TP
  113. -uninstall
  114. .br
  115. Removes all applications from the cache\&.
  116. .TP
  117. -uninstall \fIjnlp\fR
  118. .br
  119. Removes the application from the cache\&.
  120. .TP
  121. -print \fIimport-options\fRjnlp
  122. .br
  123. Imports the application to the cache\&.
  124. .SH IMPORT-OPTIONS
  125. .TP
  126. -silent
  127. .br
  128. Imports silently (with no user interface)\&.
  129. .TP
  130. -system
  131. .br
  132. Imports application to the system cache\&.
  133. .TP
  134. -codebase \fIurl\fR
  135. .br
  136. Retrieves resources from the specified codebase\&.
  137. .TP
  138. -shortcut
  139. .br
  140. Installs shortcuts if the user allows a prompt\&. This option has no effect unless the \f3-silent\fR option is also used\&.
  141. .TP
  142. -association
  143. .br
  144. Installs associations if the user allows a prompt\&. This option has no effect unless the \f3-silent\fR option is also used\&.
  145. .SH FILES
  146. For information about the user and system cache and deployment\&.properties files, see Deployment Configuration File and Properties at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/deployment/deployment-guide/properties\&.html
  147. .SH SEE\ ALSO
  148. .TP 0.2i
  149. \(bu
  150. Java Web Start at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/javaws/index\&.html
  151. .RE
  152. .br
  153. 'pl 8.5i
  154. 'bp