osx - Java Webstart Options -
I ran an application in OS X 10.5.7, Java (TM) SE Runtime Environment (1.6 build) javaws I am using 0_13-b03-211), and it seems that command line tools are broken into OS X. I run the following command in linux and it works fine. "
Gives property javaws.package .runtype = debug
But when I run the same Aviation in OS X, then I
jnlpx.vmargs = -dajavaws.package.runtype = debug
Is this an error, or just an unknown feature?
Use
javaws -help
.
As always, you can add "-robus" to display the extra-output to debug your errors.
Comments
Post a Comment