JDK-6539597 : Incorrect version number for the codebase attribute in the Java SE 6 plugin developer guide
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-03-28
  • Updated: 2010-04-03
  • Resolved: 2007-03-30
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
6u2 b02Fixed
Description
The version number for the codebase attribute is incorrect in the following Java SE 6 Java plugin developer guide:

http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/intranet.html

It describes the version as follows:
"http://my_company.com/plugin/jre-6-rc-windows-i586.exe#Version=6,0,0,99" 

Since the fcs build number of Java SE 6 is 105, the correct version should be:

"http://my_company.com/plugin/jre-6-rc-windows-i586.exe#Version=6,0,0,105" 

The version number in the mentioned page needs to be changed to 6,0,0,105
Replaced all occurences of Version=6,0,0,99 with Version=6,0,0,105 and pushed the changes to web. It will be reflected in JSC in 48 hours. 

- Jacob Royal

Comments
EVALUATION Replaced all occurences of Version=6,0,0,99 with Version=6,0,0,105 and pushed the changes to web. It will be reflected in JSC in 48 hours. - Jacob Royal
30-03-2007