Hi, I have a MIDlet for my phone.
In the .jar file there are somo files as a xxx.bin an xxx.htf.
This files are not the standard files of J2ME CLDC1.0 MIDP 1.0.
How can the MIDlet read this files?
gracias
Hi, I have a MIDlet for my phone.
In the .jar file there are somo files as a xxx.bin an xxx.htf.
This files are not the standard files of J2ME CLDC1.0 MIDP 1.0.
How can the MIDlet read this files?
gracias
Using Class.getResourceAsStream().
shmoove