How can I call a custom java compiler from IntelliJ Permanently deleted user 创建于 2012年03月26日 12:54 Hello,I want to call a custom java compiler from intellij for compiling java projects. What is the best way to implement this?thanksSiddharth
Use the TranslatingCompiler interface.