`JavaCompiler` already has two code paths, one tha...
# kobalt
c
JavaCompiler
already has two code paths, one that uses the build-in compiler API and one that invokes an external
javac
. The internal API is preferred at the moment but we can make this more flexible.