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 65745 - Add check for Win XP x64 + 64bit JDK
Summary: Add check for Win XP x64 + 64bit JDK
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP x64
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: RELNOTE
Depends on:
Blocks:
 
Reported: 2005-10-03 17:34 UTC by mslama
Modified: 2005-11-03 14:40 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 mslama 2005-10-03 17:34:11 UTC
This combination si not supported so we must show error message in Welcome panel
and force to exit.
Comment 1 mslama 2005-10-21 15:41:29 UTC
Unfortunately running installer on 64bit JDK on Win XP x64 shows another
problem: When installer/uninstaller is exited even from Welcome panel window is
closed but Java process is not finished. It must be finished from Task Manager.
This behaviour causes weird troubles like locking some files which cannot be
deleted then till installer is killed completely. So I decided to add limitation
on 32but JDK only to JVM resolution files. It will make sure that
installer/uninstaller will not start on 64bit JDK on Win XP x64.

RELNOTE: We do not support installer/uninstaller for 64bit JDK on Win XP x64.

Fixed in main trunk.

Modified:
/cvs/installer/lib/resources/jdk14Xwin32.jvm
new revision: 1.4; previous revision: 1.3

/cvs/installer/lib/resources/jdk15Xwin32.jvm
new revision: 1.3; previous revision: 1.2

Checking in jdk16Xwin32.jvm;
/cvs/installer/lib/resources/jdk16Xwin32.jvm
new revision: 1.2; previous revision: 1.1
Comment 2 Michal Mocnak 2005-11-03 14:40:40 UTC
Verified