Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Icon refresh' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Icon refresh
Authored by: joshyx on Nov 25, '03 04:42:52PM

When developing OSX Java apps I've had this problem. My solution has been to rename the application from Terminal. If you do it from Finder then Finder will remember the old data still. If you do it from the Terminal then Finder will think it's a new file and refresh the icon (and other metadata).

ex:

mv Test.app Test2.app

- Joshua



[ Reply to This | # ]