Distributed Java Compiler

前端 未结 5 946
[愿得一人]
[愿得一人] 2021-02-07 06:52

Is there a distributed compiler for Java, analogous to distcc for C/C++?

5条回答
  •  孤独总比滥情好
    2021-02-07 07:18

    I did write the start of one for java6

    http://www.pointdefence.net/jarc/index.html

    It's distributed at the java compiler task. So it would work well with parallel compilation of independent Maven modules.

提交回复
热议问题