Hi. In some cases (not always), when creating a MIDP offline application for Palm, I’ve run into a “MIDLet name missing” error when building the PRC file.
This problem can be fixed by patching a TMStudio template:
- Edit the file $TMStudio/tools/codegen/scripts/CLDC_MIDP_Palm_1_0.xsl
- Where it says
<xsl:attribute name=“file”>${build.workdir}/CLDC_MIDP_Palm_1_0/manifest</xsl:attribute>
…
replace the first by
That’s all. Cheers