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

Summary: Add check for Win XP x64 + 64bit JDK
Product: installer Reporter: mslama <mslama>
Component: CodeAssignee: mslama <mslama>
Status: VERIFIED FIXED    
Severity: blocker Keywords: RELNOTE
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows XP x64   
Issue Type: DEFECT Exception Reporter:

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