Interface JRMultiClassCompiler

    • Method Detail

      • compileClasses

        String compileClasses​(File[] sourceFiles,
                              String classpath)
                       throws JRException
        Compile a set of source files.
        Parameters:
        sourceFiles - the source files
        classpath - the classpath to be used when compiling
        Returns:
        a String containing compile errors
        Throws:
        JRException