If a midlet has a text file that contains all its language strings and this was Java Verified – would the midlet need to be retested (Java Verified) if a different language file were dropped in?
The Java verified spec refers to the use of separate resource files, and that is the preferred way to go so as to avoid re-testing unnecessarily. Should the application executable alter, then the signature is invalidated and the application must be re-tested and re-signed. There is a re-test procedure defined in Java Verified to allow for this.
Related Questions
- If a midlet has a text file that contains all its language strings and this was Java Verified – would the midlet need to be retested (Java Verified) if a different language file were dropped in?
- Can I use Java data types such as Strings to represent file names instead of character arrays?
- How it is different from text file comparators?