Class JRJavacCompiler

    • Method Detail

      • compileClasses

        public String compileClasses​(File[] sourceFiles,
                                     String classpath)
                              throws JRException
        Description copied from interface: JRMultiClassCompiler
        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