How does Eclipse compile classes with only a JRE?

前端 未结 4 903
忘了有多久
忘了有多久 2020-11-28 08:50

I need to batch a compilation with a special JRE which has been \"customized\".

Eclipse is able to compile the classes with this JRE, but I need to make a build scr

4条回答
  •  一向
    一向 (楼主)
    2020-11-28 09:03

    For the case one is interested: Eclipse's compiler is part of JDT core.

提交回复
热议问题