Force Servoy to use a 64bit JVM

Merry Christmas everyone!

I don’t have much knowledge of how Servoy and Java handle 32bit and 64bit systems, so I better ask here.

Let’s say we have a 64bit server that also supports 32bits.
And let’s say they have both javas installed, for 32 and 64 bit architectures.

Is there a Servoy server setting that I can use to point it to one or the other jvm?
It is important for our client to fully utilise the 64bits of their machine.

Sorry if it’s a lame question, couldn’t find the answer in wiki or the forum…
Thanks heaps!

Cheers,
Maria

P.S. Also, am I correctly assuming that we can only compile one version of a Servoy solution, without forcing it to use 32 or 64 bit architecture? Solution compilation is abstracted from that level of details, right?

You don’t have to worry about compilation, you just have to make sure that you run the correct (64bit) java executable. Just find where your java executable for the 64bit version is stored and modify the servoy server startup script to to use the full path to the correct java.

ngervasi:
You don’t have to worry about compilation, you just have to make sure that you run the correct (64bit) java executable. Just find where your java executable for the 64bit version is stored and modify the servoy server startup script to to use the full path to the correct java.

Thanks, Nicola.
Phew :D