This is the command ikvmstub that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
ikvmstub - generate java stub class files from a CIL assembly
SYNOPOSIS
ikvmstub assembly | path
DESCRIPTION
IKVM is an implentation of the Java for the Common Language Infrastructure (CLI) runtime.
It includes a byte code JIT compiler/verifier to translate Java byte code to CIL and GNU
Classpath to provide the Java class libraries. ikvmsub generates a jar file containing
stub class files from a CIL assembly enabling Java code to be compiled against the
assembly. When these stub classes are used with ikvm(1), the references to the stubs are
replaced with references to the real CIL references.
Assemblies are first searched for in the default load context, usually the Global Assembly
Cache (GAC). If the assembly is not found there, it is searched in the path or the
current directory if no path is given.
OPTIONS
None.
Use ikvmstub online using onworks.net services