I use the class javax.tools.JavaCompiler (jdk6) to compile a dynamic source file, but the source file depends on some jar file.how should i do it.
here is my code
here the code shows compile time errors for import files.
How to add jar files to compile my
java file