Fast java compiler
Hi Everyone!
I am looking for fast java compiler, best with embedded compilation. I would try to write application witch will be self-compiling to improve speed of showing GUI. So I would like to compile java source file or whole package with calling single fu nction instead of invoking new process with javac or another compiler.
I have already find Jikes and Janino.
Unfortunately where are not 100 % good for my purpose. First do not support Java 1.5 (or 1.6), second is not embedded.
Do someone know another compiler better for my solution.
Thank you very much in advance.
Best regards
Lukasz Szymik

