Quantcast
Channel: SCN : All Content - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 2935

PB12.6 compatiblity with Oracle JRE 1.3.1_02

$
0
0

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


Viewing all articles
Browse latest Browse all 2935

Trending Articles