Change the Eclipse branding?

无人久伴 提交于 2019-12-06 12:07:03

问题


Is it possible to change the Eclipse branding without modifying/building from source? Like:

  1. Changing splash screen
  2. Changing launcher/exe name and icon
  3. Changing about box
  4. Change application window title

On an Eclipse application downloaded from the eclipse website.


回答1:


That kind of branding is usually specified by a branding plugin, which is often the same plugin that contains the product definition (in the plugin.xml). Ex: *eclipse/plugins/org.eclipse.platform_3.8.0.v201110251800* contains the org.eclipse.platform.ide product.

Branding plugins are often deployed in the directory format (as opposed to jars), which would allow you to modify some of the files in your installation ... as long as the plugin is not signed.

The correct way to do it would be to create your own product and your own branding plugin and then build the product again ... but you would have to figure out what it takes to launch the application you are using.




回答2:


I think you have to modify the code, the splash screen is the only thing that might be possible to change without changing the source code.



来源:https://stackoverflow.com/questions/8007846/change-the-eclipse-branding

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