InMemoryJavaCompiler icon indicating copy to clipboard operation
InMemoryJavaCompiler copied to clipboard

Compile dynamic code for java web application

Open viictorh opened this issue 9 years ago • 2 comments

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!

viictorh avatar Oct 03 '16 18:10 viictorh

The solution referenced by @viictorh works for me like a charm.

elfrasco avatar Aug 10 '17 13:08 elfrasco

@viictorh it seems you have found the solution. Would you mind creating an PR?

trung avatar Sep 23 '17 02:09 trung