JaCIL Framework API

ICompiler.CompileToJar Method 

Compiles the given assemblies into a jar file.

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

Parameters

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

Exceptions

Exception Type Condition
CompilerException Thrown when a compiler error occurs.

See Also

ICompiler Interface | JaCIL.Compiler Namespace