JDT without Eclipse?

前端 未结 3 1741
小蘑菇
小蘑菇 2021-02-20 06:44

Some time ago I wrote an Eclipse plugin which makes use of JDT to do some parsing. Now I am thinking of making a command-line version of this app. Naturally, I hope to reuse the

3条回答
  •  醉酒成梦
    2021-02-20 07:18

    The JDT is divided into two distinct parts. The parsing parts should all be in plugins which have no UI-dependencies at all. I think they do have a dependency on the Eclipse runtime, which means that you more or less need to create a "headless RCP application".

提交回复
热议问题