Currently Being Moderated

Using an external compiler

VERSION 3

Created on: Jan 31, 2004 11:55 PM by Serge Baranov - Last Modified:  Sep 7, 2011 2:49 PM by Serge Baranov

One cannot directly use an external compiler (other than buiilt-in javac, eclipse compiler and jikes) in IntelliJ IDEA. However, there is a workaround for the issue. Such compiler might be started as an external tool or using the Ant integration tool.

 

For instance, one can create an Ant target which compiles the project using the desired compiler. And then this target should be called instead of compiling.

Average User Rating
(6 ratings)




There are no comments on this document