Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.63 KB

translating-to-java.md

File metadata and controls

45 lines (27 loc) · 1.63 KB
title description ms.assetid ms.topic ms.date
Translating to Java
Translating to Java
b36bb34d-706e-455b-a4b5-d811654fc7fc
article
05/31/2018

Translating to Java

The Microsoft Visual J++ development system for Java provides two tools that you can use to generate type library information for a COM object in Java syntax, the Java Type Library Wizard and the JActiveX command-line tool. Using either of these tools, you can generate Java class files for a COM object.

In Visual J++ version 6.0, the JActiveX tool replaces the JavaTLB command-line tool. For more information, see the Visual J++ documentation.

If you are using a Java development environment other than Visual J++, consult that product's documentation for information on COM conversion tools.

Once you have generated the class files for a component, you can add the component classes to your Java application using the import statement.

You can then create and use the object's classes in your Java application. For more information about the Java import statement, see a reference on the Java programming language.

For more information, see the following topics:

Related topics

Translating to C++

Translating to Visual Basic