How can I call a custom java compiler from IntelliJ

Hello,

I want to call a custom java compiler from intellij for compiling java projects. What is the best way to implement this?

thanks
Siddharth

0

Use the TranslatingCompiler interface.

0

请先登录再写评论。