InMemoryJavaCompiler
InMemoryJavaCompiler copied to clipboard
Compile dynamic code for java web application
I had a problem with compiling code when using a java web application, as this link shows.
I would like to ask you to add a method where the user can pass the classloader and options to the java compiler task, that way the user can set your classpath and libraries.
Thank you!
The solution referenced by @viictorh works for me like a charm.
@viictorh it seems you have found the solution. Would you mind creating an PR?