trung / InMemoryJavaCompiler

Utility class to compile java source code in memory
Apache License 2.0
266 stars 81 forks source link

Question: how to add dependency with path of .jar #27

Closed ghost closed 5 years ago

ghost commented 5 years ago

I want to compile another project. I have the path of its source code directory and the path of its dependency jar directory. But how to add them to the compiler?