1

I have developed a game in Java made an executable jar file mygame.jar.

I now want to set an ICON image to mygame.jar so that it shows my custom image instead of usual java tea cup image.

Please don't confuse this with setting frame icon image with frame.setImageIcon("") method to set frame ICON image.

msw
  • 42,753
  • 9
  • 87
  • 112
user46418
  • 19
  • 1
  • 3

1 Answers1

0

you should use a tool named launch4j ,you can found it here : http://launch4j.sourceforge.net/ for more informations on how to use it watch this : http://launch4j.sourceforge.net/ i hope this will be useful.

MedTellai
  • 3
  • 1
  • 2