Is there any way to run program compiled by JavaCompiler? [javax.tools.JavaCompiler] My code: JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
I use the class javax.tools.JavaCompiler (jdk6) to compile a source file, but the source file depends on some jar file. How to set the classpath of开发者_如何学运维 the javax.tools.JavaCompiler?The ja
I\'m trying to compile many files using the Compiler API. Say I have a directory structure .../program +/org