A little followup: the icon file itself is located at jdk/src/macosx/native/sun/osxapp/resource/icons
On 23.05.2012, at 17:26, Leonid Romanov wrote: > Hi, > Please review a fix for 7168062: [macosx] Java processes on Mac should use > Oracle Java branded icons. This is about using new Oracle Java branded icon > as the default icon for Java apps instead of the Apple supplied icon found in > /System/Library/Frameworks/JavaVM.framework. > I've discussed this bug with Artem Ananiev and we decided that the best way > to do it is to convert icon file to .h file with icon data as an array of > bytes and then include this .h file where icon data is needed. So, we > basically compile in icon data into the binaries. > Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7168062 > Webrev: http://cr.openjdk.java.net/~leonidr/7168062/webrev.00/ > > Thanks, > Leonid. >
