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 use classes that are only found by my special classloader.
For the curious once: I'd write a classloder that connects to a database and creates classes based on the tables it finds.