How can I call a custom java compiler from IntelliJ Permanently deleted user Created March 26, 2012 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.