Submitted On 22-AUG-2006
I am using Mustang but still seeing this issue. I am using
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-beta-b59g)
Java HotSpot(TM) Client VM (build 1.6.0-beta-b59g, mixed mode, sharing)
Eg:-
new ImageIcon(obj.getClass().getResource("abcd.ico"));
The above return null even though the file location is valid.
Submitted On 02-SEP-2006
musheno
If Java is to support *.ico, it should support it for ALL OS's, none, or leave *.ico undefined, thus makeing *.ico files useless/errors on OS's that do not support them!
Todd_Musheno@yahoo.com
Submitted On 14-NOV-2006
ibonaknawibo
why is this a problem? why can you not specify this in the jnlp file as a resource only to windows, jnlp is a very strong and flexible way of deploying java applications, and on the other platforms specify an alternative or cross platform , image format, sorry but like mirosoft or not they are not going to change vista ico format so it works with java, but if java is to look good on the windows vista platform then this needs to work
Submitted On 14-NOV-2006
ibonaknawibo
why is this a problem? why can you not specify this in the jnlp file as a resource only to windows, jnlp is a very strong and flexible way of deploying java applications, and on the other platforms specify an alternative or cross platform , image format, sorry but like mirosoft or not they are not going to change vista ico format so it works with java, but if java is to look good on the windows vista platform then this needs to work
Submitted On 07-AUG-2007
cmarcellino
How does one use said feature? Java does not accept my icons. Are only certain types of .ico's permissible?
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|