JaCIL Framework API

Compiler.CompileToJar Method 

See CompileToJar for more details.

public void CompileToJar(
   string jarName,
   params string[] assemblyNames
);

Parameters

jarName
The jar file to produce.
assemblyNames
The assembly file names to compile.

Implements

ICompiler.CompileToJar

See Also

Compiler Class | JaCIL.Compiler Namespace