{{UserGuide}}
The ikvmstub tool generates Java stubs from .NET assemblies.
ikvmstub AssemblyNameOrPath
AssemblyNameOrPath
Name of an assembly. May be a fully-qualified path.
ikvmstub reads the specified assembly and generates a Java jar file containing Java interfaces and stub classes. For more information about the generated stubs, see the Developer's Guide.
The tool uses the following algorithm to locate the assembly:
ikvmstub mscorlib.dll
Generates mscorlib.jar, containing stubs for classes, interfaces, etc., defined in mscorlib.dll.
ikvmstub c:\lib\mylib.dll
Generates mylib.jar, containing stubs for classes, interfaces, etc., defined in c:\lib\mylib.dll.