when fixing 6363704: Remove dependancy on Sun's JNDI-DNS provider, the native code of javaws was changed to not launch javaws with "-Dsun.net.spi.nameservice.provider.1=dns,sun" when running on 1.4 or later on windows.
However, when double launching, the code in JnlpxArgs will still insert the
"-Dsun.net.spi.nameservice.provider.1=dns,sun" into the args of the second launch.
However, when double launching, the code in JnlpxArgs will still insert the
"-Dsun.net.spi.nameservice.provider.1=dns,sun" into the args of the second launch.