enter image description here
Is there anyway I can change the icon in the executable jar file as screen shot attached. Any advice or reference link is highly appreciated.

有帮助吗?

解决方案

Is there anyway I can change the icon in the executable jar..

You are thinking about this the wrong way around. The user should never see the Jar/Exe. Instead, they should be provided with a desktop (or wherever they expect to see apps. listed) shortcut or menu item with an icon.

For those, install the app. using Java Web Start. JWS works on Windows, OS X & *nix, and supports setting an image for the desktop short cut and menu item.

See this answer for more details..

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top