Page 1 of 1

OLE Automation for 64bit with Java

Posted: Thu Apr 19, 2012 10:58 pm
by Roy Yeung
I found that the current sample for OLE automation with Java only works with 32bits version.
Problem is the jawin only support 32 bits. Is there any chance to have a 64bits Java example ?

Thanks.

Re: OLE Automation for 64bit with Java

Posted: Thu Apr 19, 2012 11:04 pm
by Roy Yeung
jawin.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

Re: OLE Automation for 64bit with Java

Posted: Fri Apr 20, 2012 5:47 am
by staff
Try to use Jacob library instead of Jawin. Jacob supports both 32- and 64-bit JRE. We created a Java sample for you which demonstrates how you can convert documents with Print2Flash from Java using Jacob. Please see it attached to this post.

Re: OLE Automation for 64bit with Java

Posted: Mon Oct 07, 2013 3:00 am
by Ali22
Hello, I'm trying the demo version of Print2Flash3 and when I try to convert the documents using ASP.Net Sample, I recieve the following error message: "File could not be converted. Error al recuperar un generador de clases COM para el componente con CLSID {466FAC17-24D2-4B37-A2C4-E2CFA0D3E1E7} debido al siguiente error: 80040154."

Re: OLE Automation for 64bit with Java

Posted: Mon Oct 07, 2013 7:48 pm
by staff
Did you configure the Print2Flash Service as specified in the ReadMe.htm file located in the sample folder?

Re: OLE Automation for 64bit with Java

Posted: Thu Nov 07, 2013 7:09 am
by BlueLotus
Oh! I think you have fixed my problem. I have tried OLE automation with Java in my new system which is 32 bit, and it was giving me error whenever I tried to do this. Since there are compatibility issues it is not working. Thanks for the info.