This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 51448 - Update jdk bundle to 1.5.0_01 version
Summary: Update jdk bundle to 1.5.0_01 version
Status: CLOSED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: JDK bundle (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-12 11:19 UTC by Petr Blaha
Modified: 2006-03-24 10:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2004-11-12 11:19:57 UTC
[Build 200411111800]
This build is bundled with jdk 1.5.0_01, however
bundle includes modifications for jdk 1.5.0 only.
This causes problems like: public JRE isn't
installed, wrong default jdk install directory and
bug #48303.
Comment 1 mslama 2004-11-12 14:13:54 UTC
Fixed in main trunk:
/cvs/installer/jdkbundle/scripts/j2se-install.template
new revision: 1.3; previous revision: 1.2

/cvs/installer/jdkbundle/scripts/j2se-uninstall.template
new revision: 1.3; previous revision: 1.2

/cvs/installer/jdkbundle/src/org/netbeans/installer/Bundle.properties,
new revision: 1.17; previous revision: 1.16

/cvs/installer/jdkbundle/src/org/netbeans/installer/InstallJ2sdkAction.java
new revision: 1.10; previous revision: 1.9
Comment 2 mslama 2004-11-12 14:20:03 UTC
Fixed. There is still issue #51454: Running JRE installer on Windows
depends on build number of JDK. Path to msi file depends on build
number. This should be fixed to avoid changing installer with every
new JDK build.

Fixed in {release40} branch:
/cvs/installer/jdkbundle/scripts/j2se-install.template
new revision: 1.2.10.1; previous revision: 1.2

/cvs/installer/jdkbundle/scripts/j2se-uninstall.template
new revision: 1.2.10.1; previous revision: 1.2

/cvs/installer/jdkbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.14.4.4; previous revision: 1.14.4.3

/cvs/installer/jdkbundle/src/org/netbeans/installer/InstallJ2sdkAction.java
new revision: 1.7.6.3; previous revision: 1.7.6.2
Comment 3 Michal Mocnak 2005-04-19 10:37:43 UTC
Issue has been verified in the JDK1.5.0_02+NB4.0 bundle build #200502041110
under Windows XP SP2