

Running the batch compiler programmatically $ java -jar ecj-3.5.2.jar HelloWorld.java Running the batch compiler from command line This jar contains the batch compiler and the javac ant adapter. To get them, go to the download page, select a build and search for the section JDT Core Batch Compiler. Its corresponding source is also available. Since 3.2, it is also available as a separate download. The name of the class is .batch.BatchCompiler.

The batch compiler class is located in the JDT Core plug-in. The Eclipse compiler can also be used as a pure batch compiler outside of Eclipse.The Eclipse compiler is used inside the IDE (Eclipse).Eclipse provides and uses its own compiler that is not javac
