The eclipse product configuration has the section "launcherArgs" which can be specified globally or for any supported platform. We build our product for win32
as x86
and x86_64
and I want to have a different .ini generated depending on the arch property. To be specific: It´s an in-house application and the JVMs are rolled out to the same directory on every client, but differs between 32bit and 64bit machines.
We build with maven/tycho.