userConfig option is not included in javaws usage
Tested OS : All
Tested Build : Mustang promoted build 39
1. Install mustang build 39 on test machine
2. Go to jdk1.6.0/bin
3. Type javaws
javaws usage is displayed like the following :
Usage: javaws [run-options] <jnlp-file>
javaws [control-options]
where run-options include:
-verbose display additionl output
-offline run the application in offline mode
-system run the application from the system cache only
-Xnosplash run without showing a splash screen
-XVM <options> supply options to the vm
-wait start java process and wait for its exit
control-options include:
-viewer show the cache viewer in the java control panel
-uninstall remove all applications from the cache
-uninstall <jnlp-file> remove the application from the cache
-import [import-options] <jnlp-file> import the application to the cache
import-options include:
-silent import silently (with no user interface)
-system import application into the system cache
-codebase <url> retrieve resources from the given codebase
-shortcut install shortcuts as if user allowed prompt
-associations install associations as if user allowed prompt
It can be observed that "userConfig" option is not included in the javaws usage
Note : The current usage is "-userConfig deployment.system.cachedir <dir>"
It would be better for the user if this can be replaced by something like "-SystemCacheDir <dir>". The user need not type "-userConfig deployment.system.cachedir" as it is a lengthy option. Using -SystemCacheDir <dir> would be something similar to -import <jnlp> or other options.
###@###.### 2005-06-10 06:43:50 GMT
Tested OS : All
Tested Build : Mustang promoted build 39
1. Install mustang build 39 on test machine
2. Go to jdk1.6.0/bin
3. Type javaws
javaws usage is displayed like the following :
Usage: javaws [run-options] <jnlp-file>
javaws [control-options]
where run-options include:
-verbose display additionl output
-offline run the application in offline mode
-system run the application from the system cache only
-Xnosplash run without showing a splash screen
-XVM <options> supply options to the vm
-wait start java process and wait for its exit
control-options include:
-viewer show the cache viewer in the java control panel
-uninstall remove all applications from the cache
-uninstall <jnlp-file> remove the application from the cache
-import [import-options] <jnlp-file> import the application to the cache
import-options include:
-silent import silently (with no user interface)
-system import application into the system cache
-codebase <url> retrieve resources from the given codebase
-shortcut install shortcuts as if user allowed prompt
-associations install associations as if user allowed prompt
It can be observed that "userConfig" option is not included in the javaws usage
Note : The current usage is "-userConfig deployment.system.cachedir <dir>"
It would be better for the user if this can be replaced by something like "-SystemCacheDir <dir>". The user need not type "-userConfig deployment.system.cachedir" as it is a lengthy option. Using -SystemCacheDir <dir> would be something similar to -import <jnlp> or other options.
###@###.### 2005-06-10 06:43:50 GMT