前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >How to change Eclipse loading image

How to change Eclipse loading image

作者头像
Hongten
发布2018-09-13 09:45:27
6570
发布2018-09-13 09:45:27
举报
文章被收录于专栏:HongtenHongten

Eclipse IDE has many customize components, the splash welcome image (purple color loading image) is one of those. I’m very boring to see the purple image loading everyday, a new fresh image will make my development more encouraging :)

How to change Eclipse IDE loading image

1) Find “config.ini” file

Find the Eclipse’s configuration file “config.ini” in the following location

代码语言:javascript
复制
 {eclipse.dir}\configuration\config.ini
2) Find “osgi.splashPath”

Open the “config.ini”, find the “osgi.splashPath” to find out where’s Eclipse IDE welcome image stored

代码语言:javascript
复制
 osgi.splashPath=platform\:/base/plugins/org.eclipse.platform

The default splash welcome image is stored in the {eclipse.dir} /plugins/org.eclipse.platform folder

3) Find “splash.bmp” image

Find the “splash.bmp” image in the following location

代码语言:javascript
复制
{eclipse.dir}/plugins/org.eclipse.platform_4.6.1.v20160831-0700/splash.bmp

4.6.1.v20160831-0700 is my Eclipse version, it may be different with yours.

4) Replace it

Replace the default “splash.bmp” image with yours.

5) Done

Done, restart your Eclipse IDE to see the result

6) Original

7) Modified

8) Reference

https://www.mkyong.com/java/how-to-change-eclipse-splash-welcome-screen-image/

========================================================

More reading,and english is important.

I'm Hongten

E | hongtenzone@foxmail.com  B | http://www.cnblogs.com/hongten

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018-07-31 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • How to change Eclipse IDE loading image
  • 1) Find “config.ini” file
    • 2) Find “osgi.splashPath”
    • 3) Find “splash.bmp” image
    • 4) Replace it
    • 5) Done
    • 6) Original
    • 7) Modified
    • 8) Reference
    领券
    问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档