Where is the Java Jar icon located?

0

I'm trying to find what dll or folder the jar icon for Java is located in. it looks like

jar file

I'm referring to the complete icon you see in the picture, complete with the paper backing.

I've already tried using IconsExtract on my entire Java directory, but was unable to find it, and googling brought me nothing.

If someone could show me where this file is located, I would really appreciate it.

Starwarswii

Posted 2015-08-09T03:40:37.123

Reputation: 211

Answers

1

It's just contained inside the java.exe , but also in many other executables.

screenshot

bvdb

Posted 2015-08-09T03:40:37.123

Reputation: 131

I'm looking for the entire icon you see in my original post, complete with the paper backing. – Starwarswii – 2015-08-09T20:11:13.400

@Starwarswii The paper background is something that windows generates automatically. It's not really anywhere inside an icon file. Windows does this to distinguish the icon of the executable from the one of its files/documents. It's a kind of overlay trick. – bvdb – 2015-08-10T08:10:57.483

is there anyway I can construct an icon that has the paper background? – Starwarswii – 2015-08-10T15:58:02.230

The basic windows icons are contained inside the c:\windows\system32\imageres.dlland c:\windows\system32\shell32.dll files. The paper background is probably inside one of them. So you could extract that icon as well. Next you could merge the 2 icons using an icon merge tool. Yes, it will be a lot of work for something simple. But I don't think there's another way. – bvdb – 2015-08-10T22:20:17.420