JDK-6698675 : Upgrade bundled Java DB version in JDK6u10 to 10.4
  • Type: Enhancement
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-05-07
  • Updated: 2011-05-13
  • Resolved: 2008-05-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 JDK 7
6u10 b25Fixed 7Fixed
Related Reports
Duplicate :  
Description
The Java DB version bundled in the JDK should be upgraded
from the current version 10.3.1.4 to the latest 10.4.1.3.

Target: JDK 6u10 build 25.

This includes all JDK6 distributions including the Solaris SVR4
and Linux RPM package based distributions, the Windows installer
and the file based tarballs aka user/developer bundles.

(see 6603187 for the previous upgrade)

NOTE:

    There is now an additional Solaris SVR4 package "service" (SMF support).

For QE:

    Contents - files and directories - are listed in the file
    /net/redbuild.sfbay/export/builds/integration/javadb/10.4/10.4.1.3/INTERNAL/zips/contents.lst

Java DB bits are located in 

    /net/redbuild.sfbay/export/builds/integration/javadb/10.4/10.4.1.3/

in the following subdirs:

* Solaris packages, sparc:

    SunOS_sparc/SUNWjavadb-client-10.4.1-3.1.sparc.pkgbld.zip
    SunOS_sparc/SUNWjavadb-common-10.4.1-3.1.sparc.pkgbld.zip
    SunOS_sparc/SUNWjavadb-core-10.4.1-3.1.sparc.pkgbld.zip
    SunOS_sparc/SUNWjavadb-demo-10.4.1-3.1.sparc.pkgbld.zip
    SunOS_sparc/SUNWjavadb-docs-10.4.1-3.1.sparc.pkgbld.zip
    SunOS_sparc/SUNWjavadb-javadoc-10.4.1-3.1.sparc.pkgbld.zip
    SunOS_sparc/SUNWjavadb-service-10.4.1-3.1.sparc.pkgbld.zip

* Solaris packages, i386:

    SunOS_i386/SUNWjavadb-client-10.4.1-3.1.i386.pkgbld.zip
    SunOS_i386/SUNWjavadb-common-10.4.1-3.1.i386.pkgbld.zip
    SunOS_i386/SUNWjavadb-core-10.4.1-3.1.i386.pkgbld.zip
    SunOS_i386/SUNWjavadb-demo-10.4.1-3.1.i386.pkgbld.zip
    SunOS_i386/SUNWjavadb-docs-10.4.1-3.1.i386.pkgbld.zip
    SunOS_i386/SUNWjavadb-javadoc-10.4.1-3.1.i386.pkgbld.zip
    SunOS_i386/SUNWjavadb-service-10.4.1-3.1.i386.pkgbld.zip

* Linux RPM packages:

    Linux/sun-javadb-client-10.4.1-3.1.i386.rpm
    Linux/sun-javadb-common-10.4.1-3.1.i386.rpm
    Linux/sun-javadb-core-10.4.1-3.1.i386.rpm
    Linux/sun-javadb-demo-10.4.1-3.1.i386.rpm
    Linux/sun-javadb-docs-10.4.1-3.1.i386.rpm
    Linux/sun-javadb-javadoc-10.4.1-3.1.i386.rpm

* Windows MSI installer:

    installers/javadb_10_4_1_3.msi

* Platform independent zip file (for JDK "developer bundles"):

    INTERNAL/zips/javadb-10_4_1_3-jdk.zip
For QE:

Windows registry changes are only new version id 10.4.1.3 (old version id was 10.3.1.2, I believe).

After a vanilla install (no change of install dir), you will find these Java DB registry entries (exported with regedit):


[HKEY_LOCAL_MACHINE\SOFTWARE\Sun Microsystems\JavaDB]

[HKEY_LOCAL_MACHINE\SOFTWARE\Sun Microsystems\JavaDB\10.4.1.3]
"InstallDir"="C:\\Program Files\\Sun\\JavaDB\\"
"Version"="10.4.1.3"
"Path"="C:\\Program Files\\Sun\\JavaDB\\"

[HKEY_LOCAL_MACHINE\SOFTWARE\Sun Microsystems\JavaDB\CurrentVersion]
"InstallDir"="C:\\Program Files\\Sun\\JavaDB\\"
"Version"="10.4.1.3"

Comments
EVALUATION Straight foward dropping JavaDB 10.4 into jdk6u10/install/src/copkg/javadb directories.
28-05-2008

SUGGESTED FIX See description.
07-05-2008