Hello!!!
I'm have:
Nokia 6300.
Latest NetBeans with included S40 emulator.
Working project FileBrowser.
Trying to make jar-file:
1. Compile jar-file using standard Java components( jar.exe, jli.dll).
2. Adding META-INF\manifest.mf, contains:
{
MIDlet-1: FileBrowser, , com.ki.FileBrowser
MIDlet-Version: 0.1.0
MIDlet-Vendor: ki
MicroEdition-Profile: MIDP-2.0
MicroEdition-Configuration: CLDC-1.1
}
3. Create FileBrowser.jad, contains:
{
MIDlet-1: FileBrowser, , com.ki.FileBrowser
MIDlet-Version: 0.1.0
MIDlet-Vendor: ki
MicroEdition-Profile: MIDP-2.0
MicroEdition-Configuration: CLDC-1.1
MIDlet-Jar-Size: 24371
MIDlet-Jar-URL: FileBrowser.jar
Nokia-MIDlet-Category: Game
}
At result:
Have wrong formatted(incompatible) jar-application.
Anybody can help me?

Reply With Quote

