-
Bug
-
Resolution: Fixed
-
P4
-
7u4
-
b54
-
x86
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2229068 | 7u21 | Chris Bensen | P4 | Closed | Fixed | b05 |
When invoking javaws from the command line with no arguments you get back a list of valid arguments and usage information. On Mac OS X this information has a blank line inserted between each line of the output, making it harder to read.
To reproduce:
1. Install any build of 7u4 or later.
2. Launch Terminal.app
3. Enter "/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/javaws" and hit return
==> Output:
Java Web Start:
Usage: javaws [run-options] <jnlp-file>
javaws [control-options]
etc.
---> You should see
Java Web Start:
Usage: javaws [run-options] <jnlp-file>
javaws [control-options]
where run-options include:
-verbose display additional output
To reproduce:
1. Install any build of 7u4 or later.
2. Launch Terminal.app
3. Enter "/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/javaws" and hit return
==> Output:
Java Web Start:
Usage: javaws [run-options] <jnlp-file>
javaws [control-options]
etc.
---> You should see
Java Web Start:
Usage: javaws [run-options] <jnlp-file>
javaws [control-options]
where run-options include:
-verbose display additional output
- backported by
-
JDK-2229068 (macosx) javaws usage instructions are double-spaced
-
- Closed
-