cancel
Showing results for 
Search instead for 
Did you mean: 

JavaDoc - OLE Automation in Eclipse

Former Member
0 Kudos

Hi,

      I am writing a program to communicate with PD by OLE Automation using the Eclipse. I have already done the steps described in the application samples and imported Jar file pd2jcom_********.jar. The manual explain that all the classes, properties and methods are in the "metamodel objects help" section and they are similar to those of VBscript, however JAVA has many others concepts like Object-Oriented concepts.

I didn't find any documentation of Java Classes in COM Library. How could I get the JavaDoc of this library?

Thanks, Jan.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200945
Contributor
0 Kudos

Hi Jan,

Unfortunately there is not language specific document for OLE Automation.

Metamodel objects help tells you an object definition and relationship between different objects.

I know a lot of developers use it when implementing C#/C++/Visual Basic/Java OLE automation

application.