Each JAR file compiled in MMF2 has icon.png. What I'd like to do is to include also icon.svg to the jar package and then put this line to the JAD file:
Nokia-Scalable-Icon-MIDlet-1: /icon-inside-jar.svg
That would make my app to use scalable svg icon on the devices I'm developing for, which looks much better than the bitmap icon. The bitmap icon is never used in 100% size, it's either larger or smaller and looks very rough.
Is it possible?