Unless your jasper reports change at runtime, .jrxml templates should be compiled at compile time into .jasper, and you will not need JDT at runtime, nor need to re-compile the reports each time it is run.
If you’re on maven, simply paste the usage guide into your pom and change your JasperCompileManager.compileReport(InputStream)
into JRLoader.loadObject(InputStream)
.