Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6539597
Votes 0
Synopsis Incorrect version number for the codebase attribute in the Java SE 6 plugin developer guide
Category guides:none
Reported Against
Release Fixed 6u2(b02)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 28-MAR-2007
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
Posted Date : 2007-03-28 01:43:08.0

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
Posted Date : 2007-03-30 09:30:14.0
Work Around
N/A
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
Posted Date : 2007-03-30 09:31:13.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang