1

I compiled my JavaFx program with gluonFx as a native Windows image and everything works fine except that the program icon does not appear when the file name is displayed in the Windows explorer, while it is displayed when the program is running. How to make the icon appear next to the program name?

1 Answers1

0

If you put the application icon to src/windows/assets/icon.ico and run "mvn gluonfx:build" you will see that exe has the icon in windows. output looks like below in my win 11

ico used in exe from gluonfx

working code here

ozkanpakdil
  • 3,199
  • 31
  • 48