Eclipse minimal configuration for plug-in deployment

倖福魔咒の 提交于 2020-01-04 05:48:07

问题


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:


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.



来源:https://stackoverflow.com/questions/4615546/eclipse-minimal-configuration-for-plug-in-deployment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!