cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jchfeng
Level 4

How to build 32bit or 64bit installer

Hi all,

If I want to build 32bit or 64bit installer for different platform, such as W32, W64, Linux32, Linux64, aix32, aix64 system. Where to set the target platform to be 32 bit or 64 bit?
On "Build Targets" on "Build Installers" task of Advanced Designer, We can only see "Windows" "AIX" "Linux" "Solaris" "Unix(all)", but no 32bit or 64bit selection.

Thanks.
Labels (1)
0 Kudos
(1) Reply
jerome_IA
Level 9

Hi,

The 32 bit or 64 bit installer is made based on the embedded/selected java version included.

If you are using bundled vm, then you have to create 1 build configuration for each (win32 + win64 + lin32...etc).
=> Set unique "Target Name/output folder" for each.
Then each build configuration should use the bundle corresponding to the required architecture.
NB: Be sure to have the checkbox "Add to project build checked".

If your project is quite heavy, I'll also suggest to create build tags ('Project/Advanced') and create a tag for each created build configuration (build/tag tab).

--Jerome
0 Kudos