Question

My setup is Eclipse, BB JRE 5.0, Blackberry application (not MIDlet). It works ok debugging it from eclipse on the aforementioned device. However, packaging it (firstly signs the cod files and then) produces some files which are manually copied under a folder from the phone file system. Then, from he phone, navigating to them and clicking:

myapp.jar: error message: 907 invalid jar descriptor missing required attribute Midlet-1 myapp.jad: No additional application can be found. Your file might contain applications that already exist in the application list, are not compatible for you device, or have errors.

The jad and jar files look ok at a first glance, although reference to MIDlet attributes can be found in the .jad file. Is this the standard deployment mechanism for BB apps ? through .jad files coming from MIDP 1.0 ? How can I debug this further ?

Was it helpful?

Solution

I am not familiar with the 'copy files to the phone filesystem' install method. Have you tried using javaloader.exe?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top