Hello
I am currently using PB12.6 .
we need to call the Java bean through OLE connection. Java bean is built in JRE_1.3.1_02 version. Here is code
ctisActiveXName = 'Java Bean Class'
ioleServer = CREATE OLEObject
llResult = ioleServer.ConnectToNewObject (ctisActiveXName)
However PB12.6 get crashed at above line.
This code works fine in PB12.0 . Note that we cant change the Java component built in JRE_1.3.1_02.
How can I make it work in PB12.6?
Any help is highly appreciated.
Thanks
Amol