Is it possible to specify a custom classloader for javac (or some alternative java compiler)?
I\'d love such a feat because it would allow me to compile classes that
It may be possible to initialize a custom classloader and then use it while calling the new Java 6 Compiler API in javax.tools.