ikvmstub(1) debian man page | unix.com

Man Page: ikvmstub

Operating Environment: debian

Section: 1

ikvm(1) 						      General Commands Manual							   ikvm(1)

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 ref- erences 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.
SEE ALSO
ikvm(1), ikvmc(1). IKVM Project web site http://ikvm.net/ <http://ikvm.net/> Man page by Dave Beckett, made available under the same terms as IKVM. 2005-06-19 ikvm(1)
Related Man Pages
gacutil2(1) - debian
ikvmc(1) - debian
xsd(1) - debian
gjavah(1) - suse
gacutil(1) - osx
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?