Search code examples
javaeclipse-pluginsplash-screeneclipse-luna

Change eclipse splash screen


I'm working on a set of plugins for Eclipse Luna and I would like to customize eclipse splash screen(replace the one on the picture with a custom one).

Default splash screen

I wan't to set custom splash screen when users install my plugins. So far I only found a way by manually changing it in eclipse configurations. Is it possible to do this programatically from a plugin?


Solution

  • replace the splash.bmp under

    {eclipse.dir}/plugins/org.eclipse.platform_4.3.0.v20130605-2000/
    

    Here the eclipse version is : 4.3.0.v20130605-2000 It may be different for you.