Page 1 of 1

Is UNO client sdk supported on jdk 64 bit?

Posted: Thu Jan 17, 2019 11:49 am
by bijarniya
I want to use UNO sdk to call OpenOffice API's on jdk64. I've a project where UNO sdk is used but that is working only on jdk32 and that's probably due to the native dlls compiled using jdk32. So exploring if OpenOffice API calls using UNO sdk is supported on jdk 64 bit or not?

Re: is UNO client sdk supported on jdk 64 bit?

Posted: Thu Jan 17, 2019 10:34 pm
by RusselB
Welcome to the Forums.
I suspect that the OpenOffice API is 32 bit, due to the fact that OpenOffice is a 32 bit application, thus the 64 bit jdk doesn't work with it.... similar problems have been consistent topics, usually with the poster being told that they need the 32 bit java installation, despite them having the 64 bit java installed.

If you want to use the 64 bit, then LibreOffice looks like a better option as more recent versions are 64 bit, and, to my limited knowledge, the UNO api for OpenOffice is 100% compatible with LibreOffice.

Re: is UNO client sdk supported on jdk 64 bit?

Posted: Thu Jan 17, 2019 11:15 pm
by RoryOF
On linux, and RHEL7 is a linux distro, there are 32 and 64 bit versions of OO. I am writing this on a 64 bit version, which uses the installed 64 bit Java.