| Tries to guess the class name by convention. So for compilers
following the naming convention
org.apache.commons.jci.compilers.SomeJavaCompiler
you can use the short-hands "some"/"Some"/"SOME". Otherwise
you have to provide the full class name. The compiler is
getting instanciated via (cached) reflection.
Parameters: pHint - JavaCompiler or null |