Eclipse minimal configuration for plug-in deployme

2019-07-21 08:06发布

I am developing eclipse plug-in right now. Default eclipse download contains a lot of plug-ins which my plug-in doesn't require. It causes eclipse folder to have a larger size then it is needed.

So I wonder if there are any ways to create such minimal eclipse configuration, so it will be able to load my plug-in and be free of not require plug-ins? Are there any ways to do it automatically?

1条回答
时光不老,我们不散
2楼-- · 2019-07-21 08:45

So I wonder if there are any ways to create such minimal eclipse configuration, so it will be able to load my plug-in and be free of not require plug-ins? Are there any ways to do it automatically?

Of course. This "minimal base" is called Eclipse RCP (Rich Client Platform).

Let me redirect you to Vogella's tutorials on RCP - there you can read how to create and deploy RCP applications.

查看更多
登录 后发表回答