parse the source
I use class loader for .jar entries only.
Java sources (all java defined by user) are processed with
ASTParser as jdt does it, but ASTParser cannot process
binary entries.
What is APT, can it used for binary entries?
Slava Kabanovich