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 78972 - Recognise 64bit JDK on Solaris and put switch inside netbeans.conf
Summary: Recognise 64bit JDK on Solaris and put switch inside netbeans.conf
Status: RESOLVED WONTFIX
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-23 13:16 UTC by Max Sauer
Modified: 2007-07-09 11:42 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2006-06-23 13:16:18 UTC
It would be nice if we could recognise selection of 64bit JDK on Solaris/sparcv9
boxes and put appropriate switch (-J-d64) to netbeans.conf file as default
command line option.

------
NetBeans 5.5 Dev (Build 200606230200)
SunOS version 5.10 running on sparcv9
Java HotSpot(TM) 64-Bit Server VM 1.6.0-rc-b88
System Locale; Encoding = en (nb); ISO646-US
Comment 1 mslama 2006-06-23 13:40:35 UTC
Are you sure majority of users with installed 64bit JDK want to run IDE on 64bit
JDK by default? IMO it would be nice to have relevant user feedback on this topic.
Comment 2 Max Sauer 2006-06-23 14:05:29 UTC
Well, I'm not sure, but in order to have 64bit JDK on Solaris/sparc, you need to
install first 32bit JDK and than 64bit pack into the same directory. So it seems
to me that users who do not wish to use 64bit JDK won't even install the 64bit
JDK pack.

We should be able to recognise whether the JDK folder contains the 64bit
enhacement pack (an extra 'sparcv9' folder inside JDK's 'bin' folder).

But you're probably right about user feedback anyway.
Comment 3 mslama 2006-07-03 17:19:50 UTC
JDK is usualy not used ONLY to run IDE. So thinking that presence of 64bit JDK
addon on system => user wants to run IDE on 64bit JDK is wrong IMO. I think this
should be documented (FAQ) so if user wants to run IDE using 64bit JDK he should
be able to find out easily how to do that. Main reason why not to set 64bit JDK
as default for IDE is that 64bit JDK requires more memory to run.
Comment 4 mslama 2007-07-09 11:42:58 UTC
Closing as WONTFIX.