JDK-6639953 : Document java_arguments applet parameter
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-12-10
  • Updated: 2017-05-16
  • Resolved: 2008-06-16
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 6
6u10 b13Fixed
Description
The new Java Plug-In supports cross-platform specification of JVM command-line arguments to a particular applet via a new parameter to the applet, object and embed tags:

  <PARAM name="java_arguments" value="-Xmx128m -Dsun.java2d.noddraw=true">

The value may be any set of valid JVM command-line arguments. The security implications for this command-line argument specification are similar to those already faced by Java Web Start.

This functionality needs to be documented publicly. Note that this capability does not imply the same level of specification as a public API; it is more of an implementation detail, similar to "codebase_lookup", which is documented at http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/special_attributes.html .

Engineering specification for feature:

http://j2se.sfbay.sun.com/web/bin/view/Deployment/NewPlugInJavaArgumentsSpec

Comments
EVALUATION This parameter has been documented in the release notes for the new Java Plug-In at https://jdk6.dev.java.net/plugin2/ . Marking this bug as fixed in build 13. Note that there were no code changes (or even any putbacks) associated with this bug ID; no verification is necessary.
21-02-2008