JDK-6769610 : When running java plugin 1.6.0_10 with earlier version of JRE first line of console is wrong.
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-11-10
  • Updated: 2010-09-08
  • Resolved: 2008-12-05
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
6u12 b02Fixed
Description
The console says: 
Java Plug-in 1.6.0_06
using JRE version 1.6.0_06

when in fact it should be:
Java Plug-in 1.6.0_10
using JRE version 1.6.0_06

Comments
SUGGESTED FIX webrev: http://sa.sfbay.sun.com/projects/deployment_data/6u12/6769610.0 testcase: http://j2se.east.sun.com/deployment/www/tests/1.6.0_12/6769610/
18-11-2008

EVALUATION Changed the printing of the Java Plug-In version to use the current version (according to the generated SecurityBaseline class) rather than querying the system property "java.version".
18-11-2008