Java Type Library Wizard
The Java Type Library Wizard is a component of Visual J++ 5.0. This wizard generates class files and Java type library information for a COM object.
To generate Java class files and type library information
- On the Tools menu, click Java Type Library Wizard. A list of the installed COM components appears.
- Click to select the check boxes next to the items you want to convert.
- Click OK. The type library wizard generates class files for the selected components. It prints the import statement required to insert each component into a Java application or applet and a summary text file that contains the Java type library information for the object.
Related topics