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 71265 - Enable installation on jdk 1.5
Summary: Enable installation on jdk 1.5
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Tools bundle (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords:
: 71339 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-11 13:20 UTC by Jan Horvath
Modified: 2006-03-22 18:28 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 Jan Horvath 2006-01-11 13:20:08 UTC
Appserver 8.2 now supports installation to jdk 1.5 on MaxOSX.
Remove restriction to install only to jdk 1.4.2
Comment 1 mslama 2006-01-12 10:44:54 UTC
Fixed in branch 'release50'. JDK 1.5.0 is now accepted on Mac OS X.

Modified:
installer/asbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.37.2.6; previous revision: 1.37.2.5

installer/lib/src/org/netbeans/installer/JDKInfo.java
new revision: 1.5.10.2; previous revision: 1.5.10.1
Comment 2 mslama 2006-01-12 10:59:16 UTC
Fixed in main trunk. In release50 we accept JDK 1.4.2 and 1.5.0 ie. we reject
1.6.0. In trunk we will adjust list of accepted JDKs according to bundled AS
version. Now in trunk we require JDK 1.4.2 and later. Both is the same for all
supported platforms.

Modified:
installer/asbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.39; previous revision: 1.38

installer/lib/src/org/netbeans/installer/JDKInfo.java
new revision: 1.6; previous revision: 1.5
Comment 3 mslama 2006-01-13 07:56:48 UTC
*** Issue 71339 has been marked as a duplicate of this issue. ***
Comment 4 Jan Horvath 2006-03-22 18:28:47 UTC
v