Will Syncrify server run on 64-bit Linux
Hi,
Syncrify is written in Java. Therefore, in order to use a 64-bit VM, all you need
to do is the change the path in the scripts so that it uses appropriate version of
java.
The downloaded version includes 32-bit version of Java. The easiest way to use some
other version is to create a symbolic link for:
/opt/Syncrify/jre/bin/java referring the actual 64 bit version.
This way, you won't even have to change the scripts.
>Can the 32-bit Syncrify server available for download run on 64 bit Ubuntu?
>
>
>root@ubuntu:~# uname -a
>Linux ubuntu 2.6.31-22-server #60-Ubuntu SMP Thu May 27 03:42:09 UTC 2010 x86_64
GNU/Linux
>root@ubuntu:~#
>cat /proc/version
>Linux version 2.6.31-22-server (buildd@crested) (gcc version 4.4.1 (Ubuntu 4.4.1
4ubuntu8)
>) #60-Ubuntu SMP Thu May 27 03:42:09 UTC 2010
>root@ubuntu:~#
>
>Regards,