Hi,
a J2ME app comes as a .jad file plus .jar file. You can put your own application attributes in the .jad file and read them using Java code from the .jar file. Is it also possible to write changes to the .jad attributes?
Basically I am looking for a way to save and read settings from my J2ME application - preferably not in an external file.
I also saw that some people store a data file in the .jar file and can read settings from inside the .jar file. Would it be possible to write back modifications to such a data file inside the .jar file?
BR,
Rene
PS I used Advanced Discussion Search on this Forum using keyword "setting" and another search using keyword "jad" and it gave nada/zero results. Which is really supprising as I cannot image this forum does not contain these words.

Reply With Quote

