JDK-7072364 : Add vmArgs arg to DT and plugin launchApp function, to avoid relaunch on FX apps
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 7-client
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows
  • CPU: generic
  • Submitted: 2011-07-28
  • Updated: 2011-11-28
  • Resolved: 2011-11-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u2 b03Fixed 8Fixed
Related Reports
Duplicate :  
Description
we need to add vmArgs arg to toolkit plutin launchApp function so app can indicate it is javafx and avoid relaunch.
We should also decode the e same behavior for base64 encoded jnlp file in embedded html in the native code to provide the same no-relaunch behavior in embedded apps w/o vmArgs specified
we should also modify the launchJNLP method in Java Plugin to recognize the same vmArgs parameter.

Comments
EVALUATION we will do as described in description. If embedded jnlp is passed in, the vm-args will be taken from there. If not, the vmArgs passed into dt or as parameter to plugin launchJNLP will be used.
28-07-2011