I am writing a compiler/IDE for java, and i use the new JavaCompiler API (javax.tools.JavaCompiler) i want to ask, is it possible to get the generated class file(compiled file) names?? can anyone help me with this, read at the documentation and i have no idea which one is used to do such thing.. Or is it impossible?? Thanks, please guide me ...