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 164133 - Installer does not configure the default JDK
Summary: Installer does not configure the default JDK
Status: RESOLVED DUPLICATE of bug 159846
Alias: None
Product: installer
Classification: Unclassified
Component: Tools bundle (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: issues@installer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-30 01:13 UTC by arungupta
Modified: 2009-04-30 07: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 arungupta 2009-04-30 01:13:53 UTC
On Mac Book Pro, where JDK 6 U13 is the default JDK, NetBeans configures JDK 1.5.0 as the default platform.

This is confirmed by looking at:

/Applications/Utilities/Java Preferences.app/Contents/MacOS/Java Preferences

and 

java -version which shows:

/Applications/Utilities/Java Preferences.app/Contents/MacOS >java -version
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03-196)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02-77, mixed mode)

Even after adding a new Java platform, there seems to be no intuitive way to change the default platform to JDK 6.

This is really an irritating user experience OOTB.
Comment 1 dlipin 2009-04-30 07:28:31 UTC
That should be fixed in the latest daily builds.

*** This issue has been marked as a duplicate of 159846 ***